google-code-export / svgweb

Automatically exported from code.google.com/p/svgweb
Other
1 stars 1 forks source link

Implement SVGTextContentElement interface #602

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I was wondering if it is planned to have an implementation of the 
SVGTextContentElement interface for the <text>, <tspan> svg elements - the 
flash renderer. 

e.g: 
getNumberOfChars()
getComputedTextLength()
getSubStringLength(charnum, nchars) 
getStartPositionOfChar(charnum) 
...

Thank you in advance,
Cristina

Original issue reported on code.google.com by cristina...@gmail.com on 7 Feb 2011 at 2:30

GoogleCodeExporter commented 9 years ago
To answer your question, there are no immediate plans to implement 
SVGTextContentElement

Original comment by grick23@gmail.com on 25 Feb 2011 at 2:05