Final scour 0.18: more fixes to XML serialization (wellformedness), some unit tests, update to package script to use zip file and to package the inkscape extension

This commit is contained in:
JSCHILL1 2009-08-09 22:25:20 -05:00
parent 5f5c8a431d
commit eb2a7a05ac
6 changed files with 60 additions and 7 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<!-- &lt;Jack &amp; Jill&gt; -->
<title>2 &lt; 5</title>
<desc>Peanut Butter &amp; Jelly</desc>
<glyph id="lt" unicode="&lt;"/>
<glyph id="amp" unicode="&amp;"/>
<text x="50" y="50">&#x389;TML &#x26; CSS</text>
</svg>

After

Width:  |  Height:  |  Size: 320 B