scour
scour copied to clipboard
Also text nodes have positions that can be scoured
The list of nodes that contain length kind of attributes misses the "text" entity. Attached patch cares for that.
Imported from Launchpad using lp2gh.
- date created: 2011-08-27T13:30:32Z
- owner: pch-myzel
- the launchpad url was https://bugs.launchpad.net/bugs/835455
(by pch-myzel)
(by louis-simard-deactivatedaccount)
The SVG specification says that x= and y= (and dx= and dy=) for
There are also some more length attributes in <text>
that your patch doesn't cover, like dx=, dy= and textLength=, as well as more elements using the same attributes as <text>
, such as <tspan>
and <altGlyph>
.