Comment 14 for bug 541889

Revision history for this message
codedread (codedread) wrote :

Matt, the comment is correct - this was the bug. See Comment #5 - the root of the problem was two coordinate values where the second one is negative and sandwiched together:

points="100-100"

Now scour converts this to

points="100,-100"

so that we do not get the SVGLength error anymore.