Open GoogleCodeExporter opened 9 years ago
It is already supported! before drawing set stroke size to zero and then draw.
Original comment by narendra.sisodiya
on 10 Sep 2009 at 6:28
If you actually set the stroke to none that doesn't work which is something
that is
perfectly legal in the SVG standard. Setting a Stroke and then hiding is by
making
its width 0 is a workaround.
Original comment by verbalsh...@gmail.com
on 10 Sep 2009 at 2:19
Hi verbalshadow. We thought that preventing drawing with stroke:none was the
better
choice for new users and that stroke-width:0 would be an appropriate
workaround.
Will think about your suggestion though, perhaps it makes more sense.
Original comment by codedr...@gmail.com
on 10 Sep 2009 at 2:29
Original comment by codedr...@gmail.com
on 21 Jul 2010 at 4:49
I'm kind of thinking that since we allow drawing with 0-width stroke or
0-opacity stroke, it makes little since to only prevent stroke=none. Since the
user will have to specifically choose "none" as a stroke in order to make this
happen, I'm sure they'll figure it out pretty soon.
Original comment by adeve...@gmail.com
on 27 Jul 2010 at 11:43
Original issue reported on code.google.com by
verbalsh...@gmail.com
on 10 Sep 2009 at 6:04