chenbo007 / svg-edit

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

Text should have different starting fill/stroke properties #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, all elements have the same starting fill/stroke properties when
first opening up SVG-edit:  fill=red, stroke=black, stroke-width=5

This gives a nice bold feel to the shapes (rects, ellipses, paths)

However, for text this style does not work.  Suggest changing it so that
SVG-edit has a different text fill/stroke:  fill=black, stroke=none

Original issue reported on code.google.com by codedr...@gmail.com on 11 Aug 2009 at 2:43

GoogleCodeExporter commented 9 years ago

Original comment by codedr...@gmail.com on 19 Aug 2009 at 2:33

GoogleCodeExporter commented 9 years ago

Original comment by adeve...@gmail.com on 20 Aug 2009 at 12:46

GoogleCodeExporter commented 9 years ago

Original comment by adeve...@gmail.com on 20 Aug 2009 at 12:47

GoogleCodeExporter commented 9 years ago
Fixed in r417. I believe things now work as expected, where text stroke-width 
and
fill values are remembered separately from all other objects.

...only just noticed that you mentioned stroke=none rather than stroke-width=0. 
Does
that make a big difference in your opinion?

Original comment by adeve...@gmail.com on 20 Aug 2009 at 1:53

GoogleCodeExporter commented 9 years ago

Original comment by codedr...@gmail.com on 20 Aug 2009 at 8:59