Closed
Bug 537126
Opened 15 years ago
Closed 15 years ago
Texts in an SVG image is not renedered correctly. It appears truncated.
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pramod.kumar, Unassigned)
Details
Attachments
(1 file)
65.05 KB,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 (.NET CLR 3.5.30729)
Texts in an SVG image is not renedered correctly. It appears truncated.
Reproducible: Always
Steps to Reproduce:
1.open the attached SVG Image in firefox.
2.
3.
Actual Results:
text appears truncated.
Expected Results:
texts should be rendered without truncation.
Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
And a png file showing how the rendering should be. Using Inkscape should do it.
Comment 3•15 years ago
|
||
Also contains font-size in styles without units which is invalid CSS. So the text won't come out the correct size which means all the otherwise superfluous clip paths will clip it all.
Also seems to contain font-family:'Arial'; rather than something valid.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Component: File Handling → SVG
Product: Firefox → Core
QA Contact: file.handling → general
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•