rebootcode / svg-edit

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

Google Chrome error while try to drag and drop path #914

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. load the attached file via ?url=
2. drag and drop the black path
3. have a look at chrome console

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

Error: Problem parsing d="MNaN,NaN LNaN,NaN NaN,NaN NaN,NaNz"
svg-editor.html:1Error: Invalid value for <circle> attribute cx="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cy="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cx="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cy="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cx="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cy="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cx="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cy="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cx="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cy="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cx="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cy="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cx="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cy="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cx="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cy="NaN"
svg-editor.html:1Error: Invalid value for <line> attribute x1="NaN"
svg-editor.html:1Error: Invalid value for <line> attribute y1="NaN"
svg-editor.html:1Error: Invalid value for <line> attribute x2="NaN"
svg-editor.html:1Error: Invalid value for <line> attribute y2="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cx="NaN"
svg-editor.html:1Error: Invalid value for <circle> attribute cy="NaN"

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

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

Please provide any additional information below.

Original issue reported on code.google.com by danilo.p...@googlemail.com on 28 Feb 2012 at 3:41

Attachments:

GoogleCodeExporter commented 9 years ago
I'm able to reproduce on 2.5.1, however this bug no longer occur in latest 
revision r2059.

You should be able to check out that rev, it's stable as far as I know.

Original comment by asyazwan on 28 Feb 2012 at 6:33