6 Mar
2008
6 Mar
'08
9:52 p.m.
On Thu, Mar 06, 2008 at 02:01:25PM -0600, Aaron Spike wrote:
Ted Gould wrote:
and with Dimensions I get:
/home/ted/Development/inkscape.work/install/share/inkscape/extensions/dimension.py:60: TagNameWarning: Tag names must not contain ':', lxml 2.0 will enforce well-formed tag names as required by the XML specification. marker.set('inkscape:stockid', name)
Aaron, do you have any ideas on what these could be caused by?
This is a real error in the script: marker.set('inkscape:stockid', name) should be: marker.set(inkex.addNS('stockid','inkscape'), name)
Is this something that should go in 0.46?
Please. I put a patch in lanuchpad:
https://bugs.launchpad.net/inkscape/+bug/199117
Aaron Spike
Applied.
Bryce