[Clipart] [Bug 4061] New: xml:space corruption
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Aug 12 13:04:13 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=4061
Summary: xml:space corruption
Product: openclipart.org
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: clipart
AssignedTo: clipart at lists.freedesktop.org
ReportedBy: sas00003 at btinternet.com
There are a great many SVG files in the collection in which the 'xml:space'
attribute has been changed to 'space'. This can cause text to be rendered in the
wrong position.
Fixing this should be fairly straightforward, as it's just a matter of changing
all 'space' attributes to 'xml:space'. There is no 'space' attribute in SVG, so
this shouldn't have any unwanted side effect. However, to be safe it would be a
good idea to make the change only if the value of the attribute is "preserve" or
"default" - other values should not occur, and can be reported as errors.
But there's not much point in fixing these files until the bug that is causing
the damage has been fixed. This bug is presumably in SVG::Metadata. The problem
first appeared in release 0.13.
The 'xml' prefix is special in that XML files can use it without defining it,
since it's always implicitly bound to "http://www.w3.org/XML/1998/namespace".
The bug is probably related to this.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the clipart
mailing list