chenbo007 / svg-edit

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

Can't change fill for a drawn polygon #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The reason is because we prevent paths from changing the fill (prior to
this, the only paths in SVG-edit were freehand sketches.

To fix this:

1) allow polylines to be serialized

2) change freehand sketches into polylines (using the points attribute
instead of d)

3) allow fill to be set on paths 

4) prevent fill from being set on polylines

Original issue reported on code.google.com by codedr...@gmail.com on 7 Aug 2009 at 5:05

GoogleCodeExporter commented 9 years ago
Fixed in r363.

Original comment by codedr...@gmail.com on 7 Aug 2009 at 5:19