Closed
Bug 763832
Opened 14 years ago
Closed 14 years ago
Text rotated 45 degrees has bad kerning and inconsistent baselines
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
DUPLICATE
of bug 534064
People
(Reporter: jaws, Unassigned)
References
()
Details
Attachments
(1 file)
|
9.33 KB,
image/png
|
Details |
Addons.mozilla.org uses a rotated HTML element (45 degrees) as a badge on some add-ons to state that they are "Featured". This text is rendered with poor kerning and inconsistent baselines.
I've attached a screenshot of the bug on AMO. You can visit https://addons.mozilla.org/en-US/firefox/addon/cheevos/ for a live example (while the add-on is still featured).
| Reporter | ||
Comment 2•14 years ago
|
||
This is a simplified test case to reproduce the issue:
> data:text/html,<div style="font:bold 15px 'Helvetica Neue'; width: -moz-fit-content; margin-top: 250px; margin-left:75px; -moz-transform: rotate(45deg)">ALL CAPS Camel Case no caps</div>
| Reporter | ||
Comment 3•14 years ago
|
||
(In reply to Jared Wein [:jaws] from comment #2)
> This is a simplified test case to reproduce the issue:
> > data:text/html,<div style="font:bold 15px 'Helvetica Neue'; width: -moz-fit-content; margin-top: 250px; margin-left:75px; -moz-transform: rotate(45deg)">ALL CAPS Camel Case no caps</div>
This solution was supplied by Frank Yan.
Comment 4•14 years ago
|
||
dupe of bug 534064?
| Reporter | ||
Comment 5•14 years ago
|
||
Yep, this looks to be a duplicate of bug 534064. Thanks Ekanan.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•14 years ago
|
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•