chenbo007 / svg-edit

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

Ability to set stroke to none #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i don't see the option of eliminating the fill or stroke altogether. it
should be there somewhere.

Original issue reported on code.google.com by Christia...@gmail.com on 8 Jul 2009 at 7:46

GoogleCodeExporter commented 9 years ago
PS: i have discovered that you are able to have no fill. but how about stroke of
thickness 0?

Original comment by Christia...@gmail.com on 8 Jul 2009 at 7:48

GoogleCodeExporter commented 9 years ago
Christian,

This bug is not really valid.

It is not entirely discoverable right now, but if you hover over a palette 
square you
will see a tooltip which says that shift-click sets the stroke.  Originally we 
had
right-click for this but it was not very workable with Opera so we went with
shift-click.  I am ok with that except for the fact that it's not easily 
discoverable
by new users.

I am willing to keep this issue open if you have better ideas on how to fix 
this.

Another option is to start writing an online help document (that we can link to
directly).  However, I would like to try and keep SVG-edit from needing help 
files
this early in the game.  My goal is to keep the UI as intuitive as possible.  

As soon as users have to read through help files/tutorials to learn something 
we've
already lost half of those users :)

Original comment by codedr...@gmail.com on 8 Jul 2009 at 7:53

GoogleCodeExporter commented 9 years ago
Btw, I don't think stroke-width of 0 is valid because you can simply set
stroke="none" (by shift-clicking the red x)

Original comment by codedr...@gmail.com on 8 Jul 2009 at 7:54

GoogleCodeExporter commented 9 years ago
thank you for sharing the shift-click thing. my observation was not intended as 
a bug
discovery but more like a feature want. now you may close it.

Original comment by Christia...@gmail.com on 8 Jul 2009 at 8:26

GoogleCodeExporter commented 9 years ago
Well, this is the third time this bug has come to my attention.

The first time was when I myself reported back at Issue 8 ! :)

The second time was on my blog:
http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-pa
ge/#comment-12926

So I think I'll leave this bug open until the UI has been addressed to my 
satisfaction.

Thanks!

Original comment by codedr...@gmail.com on 8 Jul 2009 at 10:11

GoogleCodeExporter commented 9 years ago
I think what I'd like to see is a modification to jPicker that has an option to 
set
None color.  I'll raise this with Christopher Tillman.

Original comment by codedr...@gmail.com on 17 Aug 2009 at 10:04

GoogleCodeExporter commented 9 years ago
Should have accepted it long ago, since I think this is a bug in the UI of 
SVG-edit
since setting stroke to None is not very easily discoverable.

Original comment by codedr...@gmail.com on 22 Oct 2009 at 5:50

GoogleCodeExporter commented 9 years ago
Issue 398 has been merged into this issue.

Original comment by codedr...@gmail.com on 9 Jan 2010 at 10:50

GoogleCodeExporter commented 9 years ago
IIRC, the next version of jPicker has 'none' or 'transparent' as an option in 
the
picker, so I hope in 2.5 when we upgrade jPicker this should be taken care of.

Original comment by codedr...@gmail.com on 9 Jan 2010 at 10:52

GoogleCodeExporter commented 9 years ago
Also, it looks like jPicker 1.0.12 can be localized:
http://www.digitalmagicpro.com/jPicker/

So this should really be a high-priority thing to get fixed in 2.5

Original comment by codedr...@gmail.com on 11 Jan 2010 at 10:10

GoogleCodeExporter commented 9 years ago
Ok, jPicker 1.0.12 was released: http://www.digitalmagicpro.com/jPicker/ that
supports "none" and localization!

Original comment by codedr...@gmail.com on 28 Jan 2010 at 3:14

GoogleCodeExporter commented 9 years ago
Ok, uplifted to latest jGraduate source in r1295 to fix this issue

Original comment by codedr...@gmail.com on 29 Jan 2010 at 5:40