Bug 6481 - text-anchor (vertical) does not work in SVG text elements
Summary: text-anchor (vertical) does not work in SVG text elements
Status: RESOLVED DUPLICATE of bug 12698
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/Graphics/SVG/Test/2...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-10 18:56 PST by Oliver Hunt
Modified: 2007-03-04 04:37 PST (History)
1 user (show)

See Also:


Attachments
Test case from Comment #2 (352 bytes, image/svg+xml)
2006-03-28 19:31 PST, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2006-01-10 18:56:53 PST
Text alignment is incorrectly horizontal when it should be vertical.
Comment 1 Joost de Valk (AlthA) 2006-02-04 10:45:43 PST
Why does this need reduction? the URL above is a perfectly valid testcase. Removing NeedsReduction keyword.
Comment 2 Chris Suter 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>
Comment 3 David Kilzer (:ddkilzer) 2006-03-28 19:31:45 PST
Created attachment 7369 [details]
Test case from Comment #2
Comment 4 Eric Seidel (no email) 2006-08-11 23:30:48 PDT
It was also a debug build, running from within Xcode (but not in the debugger).
Comment 5 Nikolas Zimmermann 2007-03-04 04:37:36 PST

*** This bug has been marked as a duplicate of 12698 ***