Bug 6559
| Summary: | <tspan> ignores all positioning attributes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ian, oliver, string01 |
| Priority: | P2 | Keywords: | SVGHitList |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| Bug Depends on: | 10380 | ||
| Bug Blocks: | |||
Eric Seidel (no email)
<tspan> ignores all positioning attributes
It pretty much ignores all of its attributes, mostly because it's implemented currently using a RenderInline.
Eventually we'll probably want a RenderInline subclass. The question then becomes how do we share all
the SVG specific layout logic between our RenderInline subclass (RenderSVGTSpan?) and our RenderBlock
subclass (RenderSVGText).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
This is a pretty basic bug in our svg text support. Unfortunately fixing it may require serious rethinking of our text drawing interfaces in WebCore. Regardless, this is a bad user bug which could prevent shipping SVG support in WebKit. Adding SVGHitList keyword and bumping to p2.
Eric Seidel (no email)
*** Bug 11012 has been marked as a duplicate of this bug. ***