Closed
Bug 604313
Opened 15 years ago
Closed 15 years ago
'word-spacing' SVG text attribute is not supported
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 371787
People
(Reporter: cbissuel, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b8pre) Gecko/20101012 Firefox-4.0/4.0b8pre
Build Identifier: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b8pre) Gecko/20101012 Firefox-4.0/4.0b8pre
word-spacing in SVG text attribute is not supported
<text x="20" y="20" font-size="12" fill="black" word-spacing="10">text spaced</text>
Reproducible: Always
Steps to Reproduce:
1. Load the svg file linked in the URL or attached and inspect it with Firebug
2. compare theses texts attributes to the same rendering in Chromium
3. be disappointed
Actual Results:
Firefox render the text with default word-spacing
Expected Results:
Should render correctly
See also the W3C documentation :
http://www.w3.org/TR/SVG/text.html
http://www.w3.org/TR/SVG/fonts.html
and Mozilla SVG Status :
https://developer.mozilla.org/En/Mozilla_SVG_Status
text claim to be implemented, but it's not complete.
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•