[Webkit-unassigned] [Bug 6559] New: <tspan> ignores all positioning attributes
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Jan 15 02:49:15 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6559
Summary: <tspan> ignores all positioning attributes
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P4
Component: SVG
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: macdome at opendarwin.org
<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).
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list