4xx / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

svg-edit generates invalid files. #1170

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A bug was reported with my SVG renderer for Android.  Please see:

https://code.google.com/p/androidsvg/issues/detail?id=26

It turns out the problem was the file svg-edit generated contained the invalid 
syntax:

stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null"

"null" is an invalid value for properties.

I need to change my renderer so that it is more forgiving of bad content like 
this.  However svg-edit should not be generating it in the first place.

Original issue reported on code.google.com by paul.leb...@gmail.com on 6 Jan 2014 at 11:31