Bug 6559 - <tspan> ignores all positioning attributes
Summary: <tspan> ignores all positioning attributes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: SVGHitList
: 11012 (view as bug list)
Depends on: 10380
Blocks:
  Show dependency treegraph
 
Reported: 2006-01-15 02:49 PST by Eric Seidel (no email)
Modified: 2006-10-10 18:38 PDT (History)
3 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-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. ***