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:
parent
5f5c8a431d
commit
eb2a7a05ac
6 changed files with 60 additions and 7 deletions
9
unittests/xml-well-formed.svg
Normal file
9
unittests/xml-well-formed.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- <Jack & Jill> -->
|
||||
<title>2 < 5</title>
|
||||
<desc>Peanut Butter & Jelly</desc>
|
||||
<glyph id="lt" unicode="<"/>
|
||||
<glyph id="amp" unicode="&"/>
|
||||
<text x="50" y="50">ΉTML & CSS</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 320 B |
Loading…
Add table
Add a link
Reference in a new issue