scour icon indicating copy to clipboard operation
scour copied to clipboard

Also text nodes have positions that can be scoured

Open launchpad-issue-importer opened this issue 8 years ago • 2 comments

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 may be lists of numbers instead of just numbers. The scourLength function doesn't appropriately react to having more than one number delimited by anything in its input string.

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>.