Closed
Bug 1048714
Opened 11 years ago
Closed 3 years ago
No faux italics on SVG text elements with strokes
Categories
(Core :: Graphics: Text, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: creade, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36
Steps to reproduce:
For a web font without an italic version, SVG text elements with stroke attributes do not have the "faux italics" applied.
Actual results:
In http://jsfiddle.net/a6C32/5/ both examples should be italicized. The text element with the stroke is not.
Expected results:
SVG text elements that have strokes should be faux italicized.
Updated•11 years ago
|
Component: Untriaged → Graphics: Text
Product: Firefox → Core
Comment 1•11 years ago
|
||
In addition, selection highlighting of the second example (with stroke) is incorrect, offset to the left from the actual glyphs -- or rather, what's really happening is that selecting it draws the highlight in the "correct" place, but shows that the actual text is offset to the right from where it should be.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•3 years ago
|
Severity: normal → S3
Comment 2•3 years ago
|
||
Everything seems OK now.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•