kimoa / svg-edit

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

Wishlist: Draw with Pen or Pencil without stroke #187

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
you should be able to Draw with Pen or Pencil without stroke

I.E. 

Say I'm drawing shading or highlights on an object i don't want the stroke
when drawing them but i still want the fill. As long as the nodes for the
path show up along with fill area. The stroke adds unwanted size and may
prevent proper alignment of shading and highlights which equals more work
for artists.

Original issue reported on code.google.com by verbalsh...@gmail.com on 10 Sep 2009 at 6:04

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by codedr...@gmail.com on 21 Jul 2010 at 4:49

GoogleCodeExporter commented 9 years ago
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