[Webkit-unassigned] [Bug 6552] New: <text> transform="" attribute does not work

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jan 14 21:09:50 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6552

           Summary: <text> transform="" attribute does not work
           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


Even after some recent fixes to obey localTransform() <text> does still not properly respect transform="".  
This is due to the current inheritance hierarchy.  SVGTextElementImpl does not inherit from 
SVGTransformableStyledElementImpl, so setTransform() is never called on the renderer.

There are two ways to fix this.  I prefer the first:

1.  Cleaned up the inheritance hierarchy for text so that everything properly inherits through 
SVGTransformableElementImpl.
2. Another way to fix this is to fix SVGTransformableImpl to do what we want (which is how this works in 
KDE, through the use of dynamic_cast.

-- 
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