Bug 6559

Summary: <tspan> ignores all positioning attributes
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: 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)
Reported 2006-01-15 02:49:15 PST
<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
Eric Seidel (no email)
Comment 1 2006-01-26 16:13:18 PST
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)
Comment 2 2006-09-24 20:11:28 PDT
*** Bug 11012 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.