Bug 6420
| Summary: | <text> does not respect x,y offset lists | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ian, oliver |
| Priority: | P4 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| Bug Depends on: | |||
| Bug Blocks: | 6425 | ||
Eric Seidel (no email)
<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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
This is a rather obscure feature. One which will be easy to implement once we have the infrastructure in place for things like <textPath>
Eric Seidel (no email)
This is in oliver territory.
Eric Seidel (no email)
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.
Nikolas Zimmermann
*** This bug has been marked as a duplicate of 12698 ***