Closed
Bug 320279
Opened 20 years ago
Closed 20 years ago
SVG transform does not implement scale according to standard
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
INVALID
People
(Reporter: patrik.carlsson, Unassigned)
Details
Attachments
(1 file)
|
832 bytes,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8) Gecko/20051111 Firefox/1.5
Entering negative x and y values in a scale transform
should result in a rotation according to the equivalent matrix.
Reproducible: Always
Steps to Reproduce:
Actual Results:
"scale(-2,-2)" == ""
Expected Results:
"scale(-2,-2)" == "scale(2,2) rotate(180)"
http://www.w3.org/TR/SVG/coords.html#ScalingDefined
This is a widely used feature in some Office suites.
| Reporter | ||
Comment 2•20 years ago
|
||
The bugs with objects disappearing must be caused
by bug 320280, e.g the object was rotated out of
the marker area in those examples.
| Reporter | ||
Comment 3•20 years ago
|
||
See above comment
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•