[Webkit-unassigned] [Bug 16070] "Curly Logo" Text on <textPath> not visible on this page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 08:55:18 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16070





------- Comment #1 from drj at pobox.com  2007-11-20 08:55 PDT -------
I reduced it to this:
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC  "-//CL//DTD XHTML 1.0 Transitional plus Embed//EN"
 "http://www.w3.org/Graphics/xhtml1-transitional-plus-embed.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WebKit bug 16070</title>
<style type="text/css">
div#vp {
  background-color: linen;
}
</style>
</head>
<body>
<div id="vp">
<svg version="1.1"
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink">
  <path id='p2' d='M50 100h200' stroke='brown' fill='none' />
  <text stroke='none' fill='red' font-size='20'>
    <textPath xlink:href='#p2'>Spong</textPath>
  </text>
</svg>
</div>
</body>
</html>

Which also doesn't work.  It draws a brown line but then doesn't draw any text
on it.  It should say "Spong" in red letters.

Then I had a bright idea.  This SVG from the SVG Spec doesn't work either:

http://www.w3.org/TR/SVG/images/text/toap01.svg

(see http://www.w3.org/TR/SVG/text.html#TextPathElement )

So it looks like any use of textPath doesn't work.


-- 
Configure bugmail: http://bugs.webkit.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