Closed
Bug 1443445
Opened 7 years ago
Closed 6 years ago
SVG font-size
Categories
(Core :: SVG, defect, P3)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: itsupport, Unassigned)
Details
Attachments
(1 file)
|
14.81 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180209193630
Steps to reproduce:
Create an SVG. Create Text elements with tspans.
Give the text or tspan elements a range of values, and sample text content.
I also had an issue where when font-size is not specified
Actual results:
When a font-size on any included element is either too small or too large, all text inside the text element (including tspans) are made tiny and condensed.
Expected results:
Text and tspan elements should obey the font-sizes specified.
Reducing the unit size by 1000 results in font-sizes working as they should.
The issue may only appear when dealing with SVG files with large dimensions.
Comment 3•6 years ago
|
||
Would need a testcase to investigate but likely bug 1562558
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•