Closed Bug 1112558 Opened 10 years ago Closed 10 years ago

Bug in scaling an SVG image using CSS transform

Categories

(Firefox :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1038309

People

(Reporter: archil, Unassigned)

Details

Attachments

(1 file)

Attached image x.svg
Scaling an SVG image using CSS transform causes the image to blur. Consider an attached SVG file "x.svg" and the following HTML fragment:

<div style="margin: 70px">
    <img src="x.svg" style="transform: scale(3)"/>
</div>
<div style="margin: 70px">
    <img src="x.svg" style="transform: scale(3) rotate(10deg)"/>
</div>

The second img tag will be blurred.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: