Closed
Bug 676593
Opened 15 years ago
Closed 15 years ago
font offset when resetting transform attribute
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pogon, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files, 1 obsolete file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110622232440
Steps to reproduce:
reset the transform attribute of a group to the same scaled value
Actual results:
the text inside the group is rendered differently after script execution:
the distance between the characters changes
Expected results:
as the transform attribute contains the same value than before i expect the same results
Attachment #550753 -
Attachment is obsolete: true
Updated•15 years ago
|
Attachment #550755 -
Attachment mime type: text/plain → text/html
Comment 2•15 years ago
|
||
Does setting text-rendering to geometricPrecision fix this. I suspect we won't fix this if so as when the text is animated we might draw it with a faster code path, possibly without kerning, than when it isn't.
Comment 3•15 years ago
|
||
Confirmed against Mozilla/5.0 (Windows NT 5.1; rv:8.0a1) Gecko/20110804 Firefox/8.0a1 ID:20110804072849.
Comment 4•15 years ago
|
||
Comment 5•15 years ago
|
||
geometricPrecision does what you want.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•