nilmarpublio / jawiweb

Automatically exported from code.google.com/p/jawiweb
0 stars 0 forks source link

Ensure all svg template can be preview under Inkscape #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Fix compatible issue with Inkscape. This is encourage which reduce dependency 
of this automate application.

Original issue reported on code.google.com by yancyn@gmail.com on 1 Dec 2010 at 3:03

GoogleCodeExporter commented 8 years ago
inskcape preview format

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Created with sK1/UniConvertor (http://sk1project.org/) -->
<svg xmlns="http://www.w3.org/2000/svg" 
xmlns:xlink="http://www.w3.org/1999/xlink"
  width="595.276pt" height="841.89pt" viewBox="0 0 595.276 841.89"
  fill-rule="evenodd">
<path/>
</svg>

while simple format
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg>
  <path/>
</svg>

All changed to explorer extension viewable format as second format above.

Original comment by yancyn@gmail.com on 8 Oct 2012 at 7:06