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:    

Description Eric Seidel (no email) 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).
Comment 1 Eric Seidel (no email) 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.
Comment 2 Eric Seidel (no email) 2006-09-24 20:11:28 PDT
*** Bug 11012 has been marked as a duplicate of this bug. ***