Bug 6420 - <text> does not respect x,y offset lists
Summary: <text> does not respect x,y offset lists
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
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 6425
  Show dependency treegraph
 
Reported: 2006-01-08 01:27 PST by Eric Seidel (no email)
Modified: 2007-02-08 09:19 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-01-08 01:27:18 PST
<text> does not respect x,y offset lists

http://www.w3.org/TR/SVG/text.html#TextElement

The current <text> implementation only repects the first offset, not the entire array.  RenderText might 
need to be made smarter in order to implement this.
Comment 1 Eric Seidel (no email) 2006-01-26 16:06:09 PST
This is a rather obscure feature.  One which will be easy to implement once we have the infrastructure in place for things like <textPath>
Comment 2 Eric Seidel (no email) 2006-12-26 17:19:32 PST
This is in oliver territory.
Comment 3 Eric Seidel (no email) 2006-12-31 13:04:22 PST
We'd have to talk to oliver, but I think this is nearly working these days.  Just needs a little wiring.

This will be required before implementing textPath bug 6425.
Comment 4 Nikolas Zimmermann 2007-02-08 09:19:56 PST

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