Closed Bug 320279 Opened 19 years ago Closed 19 years ago

SVG transform does not implement scale according to standard

Categories

(Core :: SVG, defect)

defect
Not set
major

Tracking

()

RESOLVED INVALID

People

(Reporter: patrik.carlsson, Unassigned)

Details

Attachments

(1 file)

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.
WFM - testcase?
Attached image Sorry, it does work
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.
See above comment
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: