[Webkit-unassigned] [Bug 71309] New: Allow SVG elements to be transformed using webkit-transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 1 12:14:32 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=71309

           Summary: Allow SVG elements to be transformed using
                    webkit-transform
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rhudea at adobe.com
                CC: zimmermann at kde.org, dino at apple.com


Have the SVG renderer use the RenderStyle::transform() rather than the transform attribute, in the case where the RenderStyle's transform is not null. This means no existing SVG content should break. People will be able to use CSS transforms on SVG through the -webkit-transform property (only via a style sheet)

What's expected to work:
- simple CSS styling with -webkit-transform
- CSS Animations for -webkit-transform
- CSS Transitions for -webkit-transform
- SVG animation for an SVG element transform with -webkit-transform

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list