Open
Bug 1156827
Opened 10 years ago
Updated 2 years ago
rotated svg text badly rendered
Categories
(Core :: SVG, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: carloslfu, Unassigned)
References
()
Details
Attachments
(1 file)
285.89 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Steps to reproduce:
- create a svg document
- add a text element with rotation transform
see http://jsfiddle.net/carloslfu/qodc2cqt/
Actual results:
the text is badly rendered
Expected results:
the same text rendering but rotated
Comment 1•10 years ago
|
||
What's bad about it? It looks the same on Chrome as on Firefox on my Mac.
Updated•10 years ago
|
Component: Untriaged → SVG
Product: Firefox → Core
Reporter | ||
Comment 2•10 years ago
|
||
I found this on windows 7 and Firefox 37
Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Windows 7
Hardware: Unspecified → x86
Reporter | ||
Updated•10 years ago
|
Comment 3•10 years ago
|
||
Does Chrome do a better job? I think this is just how Direct2D renders things so I doubt there's much can be done here.
Reporter | ||
Comment 4•10 years ago
|
||
yes, in chrome this is rendered properly
Reporter | ||
Comment 5•10 years ago
|
||
Like a curiosity that could help find the problem is that if I move the text by changing its position or by a svg animation, this is rendered blured but correctly.
Reporter | ||
Comment 6•10 years ago
|
||
Sorry this is not blurred, this is rendered correctly while moving.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•