str = FlowSvgUtil.replaceAll(str, text, endTo.getLabel());
// str = FlowSvgUtil.replaceAll(str, cricle, StringUtil.getString((endTo.getHeight()-5)/2));
str = FlowSvgUtil.replaceAll(str, text_local, StringUtil.getString(endTo.getHeight()/2+14));
result = str;
} catch (DocumentException e) {
throw new FixFlowException("",e);
}
return result;
}