Closed
Bug 1001804
Opened 11 years ago
Closed 3 years ago
Dynamically generated SVG doesn't correctly account for text baseline location.
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugzilla.mozilla.org, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140412004003
Steps to reproduce:
http://jsbin.com/sataz/7/edit
Actual results:
The positioning is different between statically included and dynamically generated SVG though the output is identical.
Expected results:
The dynamically generated SVG should have the text drawn at the baseline offset, not at the text boundary box offset.
| Reporter | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
Reproduced on:
Mozilla/5.0 (X11; Linux i686; rv:30.0) Gecko/20100101 Firefox/30.0
Status: UNCONFIRMED → NEW
Component: General → SVG
Ever confirmed: true
OS: Mac OS X → All
Product: Firefox → Core
Updated•3 years ago
|
Severity: normal → S3
Comment 2•3 years ago
|
||
Seems identical to me.
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
•