[Webkit-unassigned] [Bug 6481] text-anchor (vertical) does not work in SVG text elements
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Tue Mar 28 16:41:24 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6481
------- Comment #2 from chris at coriolis-systems.com 2006-03-28 16:41 PDT -------
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>
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list