Closed
Bug 506548
Opened 16 years ago
Closed 2 years ago
Mechanism to improve quality of text content rotated using CSS transform
Categories
(Core :: Graphics, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: BijuMailList, Unassigned)
Details
Attachments
(4 files, 1 obsolete file)
http://lists.w3.org/Archives/Public/www-style/2009Jul/0135.html
In Firefox trunk on WinXP (Safari also), the text content rendered using -moz-transform looks ugly than same content screen captured as PNG then rotated using CSS transform.
Which in turn still not good as rotated text in MS-Visio or other similar tools.
I also tried it with
text-rendering: geometricPrecision ;
text-rendering: optimizeLegibility ;
image-rendering: optimizeQuality;
image-rendering: -moz-crisp-edges;
still no improvement.
So we need a mechanism to improve quality of text content rotated using CSS transform. May be a new -moz CSS property and/or value.
This issue and Bug 506549 (Jiggling on mouse selection) is only a major problem in windows. On Linux it looks fine.
Attachment #390736 -
Attachment is obsolete: true
Comment 4•15 years ago
|
||
When enable D3D the result is much better but still not sharp.
To enable D3D (on Windows Vista/7) set prefs:
gfx.font_rendering.directwrite.enabled = true
mozilla.widget.render-mode = 6
Updated•3 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
Glenn, do you think its safe to close this bug? I can't see any issues with the rotate.html test case.
Flags: needinfo?(gwatson)
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(gwatson)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•