Closed
Bug 448843
Opened 17 years ago
Closed 17 years ago
SVG texts are not set by the SVG's own markup
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 311569
People
(Reporter: sandaimespaceman, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1
When I loaded a SVG with text object, the texts' sizes are different that as in Inkscape, it seems fonts were not supported in Firefox's SVG engine. It may be a problem of supporting the inkscape: namespace on Inkscape SVG
Reproducible: Always
Steps to Reproduce:
1. Find a SVG with texts
2. Also download it and open it with Inkscape
3. The text objects' sizes are different
Actual Results:
The texts' sizes are different that the markup defined
Expected Results:
The text should render in their defined sizes.
We used Inkscape to make SVG
Updated•17 years ago
|
Component: File Handling → SVG
Product: Firefox → Core
QA Contact: file.handling → general
Comment 1•17 years ago
|
||
You should report this to Inkscape and get them not to generate such output.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
However, other SVG viewers has no problems at that type of SVG at all.
Comment 4•17 years ago
|
||
(In reply to comment #3)
> However, other SVG viewers has no problems at that type of SVG at all.
>
In that case you should raise bugs on those viewers too.
CSS values other than zero without units are invalid according http://www.w3.org/TR/REC-CSS2/syndata.html#q13.
You need to log in
before you can comment on or make changes to this bug.
Description
•