kimoa / svg-edit

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

In Webkit, straight lines disappear when rotated #830

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Draw a horizontal or vertical straight line using the shift button. Or 
alternatively, load SVG data with a line that has x1==x2 or y1==y2.
2. Rotate the line using the rotate handle.

What is the expected output? What do you see instead?
The line should rotate in place. What happens instead, is that the line 
disappears -- actually is is rotated around (0, 0), that's why it is no more 
visible.

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)
Webkit-based browsers (tested in Chrome on Linux and Safari on Windows).

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

Please provide any additional information below.
In SVGEditTransformList.transformToString(), the m.e and m.f components of the 
transformation matrix are 0.

Original issue reported on code.google.com by maj...@gmail.com on 11 Jul 2011 at 8:43

GoogleCodeExporter commented 9 years ago
I can no more reproduce it, neither with Chrome nor Safari. Maybe a Webkit 
update has fixed the issue?

Original comment by maj...@gmail.com on 12 Oct 2011 at 1:42

GoogleCodeExporter commented 9 years ago
I can't duplicate either. I'll set this as fixed for the moment.

Original comment by adrianbj...@gmail.com on 12 Oct 2011 at 2:00