Closed
Bug 282029
Opened 20 years ago
Closed 20 years ago
SVG tspan does not inherit the transformation context of the parent SVG text
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 281990
People
(Reporter: gtrebaol, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050210 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050210 The <svg:tspan> elements contained in a <svg:text> do not inherit the transformation context of the parent <svg:text>. Reproducible: Always Steps to Reproduce: 1. load http://gtrebaol.free.fr/bugzilla/web_app1.svg Actual Results: ALl the <svg:tspan> have a bad geometric context: - the position is wrong. - the font size is not scaled. Expected Results: The <svg:tspan> should display the text on multiple lines: - the dy="1.2em" attribute should translate the <tspan> vertically, on the height of 1 text line. - the font size should be scaled.
*** This bug has been marked as a duplicate of 281990 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 2•19 years ago
|
||
the testcase still doesnt work ! this is more likely a dupe of bug#299376 as that bug isnt fixed, i suggest reopening.
You need to log in
before you can comment on or make changes to this bug.
Description
•