Does Prince support the textLength property: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/textLength? And if not is it possible to add support?
Here is a basic example: https://jsfiddle.net/daneren2005/Lrq9wud4/6/. It is applied to both the tspan and the text nodes because FF only works with it on the text node and Chrome only works with it on the tspan. They don't seem to conflict having the properties on both. I would like to start using this property but I wanted to be sure it wasn't a dead end before wasting a bunch of time coding it.
Here is a basic example: https://jsfiddle.net/daneren2005/Lrq9wud4/6/. It is applied to both the tspan and the text nodes because FF only works with it on the text node and Chrome only works with it on the tspan. They don't seem to conflict having the properties on both. I would like to start using this property but I wanted to be sure it wasn't a dead end before wasting a bunch of time coding it.