kimoa / svg-edit

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

svg-edit sometimes produces invalid svg #841

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an image with many overlapping squares and ellipses
2. Save SVG from svg-edit
3. Validate the SVG against 
http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd (I used lxml in python 
for this)

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

Validation should always pass, however sometimes it fails due to missing rx 
attributes in ellipses (there may be other failures that I haven't seen yet).

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)

Mostly Chrome, although I suspect ALL.

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1, etc)

URL: http://svg-edit.googlecode.com/svn/trunk/editor
Repository Root: http://svg-edit.googlecode.com/svn
Repository UUID: eee81c28-f429-11dd-99c0-75d572ba1ddd
Revision: 2038
Node Kind: directory
Schedule: normal
Last Changed Author: rusnakp
Last Changed Rev: 2038
Last Changed Date: 2011-07-27 16:39:43 +0100 (Wed, 27 Jul 2011)

Please provide any additional information below.

See attached file for an example , which contains the broken ellipse "<ellipse 
ry="40" id="svg_12" cy="313.33333" cx="296.89999" stroke-width="3" 
stroke="black" fill="black"/>"

Original issue reported on code.google.com by jimpurbr...@gmail.com on 25 Aug 2011 at 11:20

Attachments: