RESOLVED DUPLICATE of bug 12698 6481
text-anchor (vertical) does not work in SVG text elements
https://bugs.webkit.org/show_bug.cgi?id=6481
Summary text-anchor (vertical) does not work in SVG text elements
Oliver Hunt
Reported 2006-01-10 18:56:53 PST
Text alignment is incorrectly horizontal when it should be vertical.
Attachments
Test case from Comment #2 (352 bytes, image/svg+xml)
2006-03-28 19:31 PST, David Kilzer (:ddkilzer)
no flags
Joost de Valk (AlthA)
Comment 1 2006-02-04 10:45:43 PST
Why does this need reduction? the URL above is a perfectly valid testcase. Removing NeedsReduction keyword.
Chris Suter
Comment 2 2006-03-28 16:41:23 PST
I don't think text-anchor works at all. <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="680px" height="360px"> <text x="100" y="100" text-anchor="end">text-anchor="end"</text> <text x="100" y="100">text-anchor="start"</text> </svg>
David Kilzer (:ddkilzer)
Comment 3 2006-03-28 19:31:45 PST
Created attachment 7369 [details] Test case from Comment #2
Eric Seidel (no email)
Comment 4 2006-08-11 23:30:48 PDT
It was also a debug build, running from within Xcode (but not in the debugger).
Nikolas Zimmermann
Comment 5 2007-03-04 04:37:36 PST
*** This bug has been marked as a duplicate of 12698 ***
Note You need to log in before you can comment on or make changes to this bug.