return inheritMap;
}
try {
// textLength
AbstractSVGAnimatedLength textLength =
(AbstractSVGAnimatedLength) tce.getTextLength();
if (textLength.isSpecified()) {
if (inheritMap == null) {
inheritMap = new HashMap();
}
Object value = new Float(textLength.getCheckedValue());
result.put
(GVTAttributedCharacterIterator.TextAttribute.BBOX_WIDTH,
value);
inheritMap.put
(GVTAttributedCharacterIterator.TextAttribute.BBOX_WIDTH,