WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
6559
<tspan> ignores all positioning attributes
https://bugs.webkit.org/show_bug.cgi?id=6559
Summary
<tspan> ignores all positioning attributes
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug