kahunamoore / svg-edit

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

Selecting a ForeignObject silently sets the stroke to zero #503

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable the foreignObject tool
2. Create a foreignObject.
3. Deselect it, then select it again.
4. Click on the line tool, and draw a line.

What is the expected output? What do you see instead?

The resulting line has stroke=0 (which is why it's invisible). This is
true, even though the toolbar shows the stroke as non-zero.

Please use labels and text to provide additional information.

This was fixed in R.1411, but seems to have broken again in the latest
Revision.

Original issue reported on code.google.com by jacques....@gmail.com on 27 Feb 2010 at 8:09

GoogleCodeExporter commented 9 years ago
Fixed in Revision 1435.

Original comment by jacques....@gmail.com on 27 Feb 2010 at 10:47