[Webkit-unassigned] [Bug 95332] New: [Chromium]Rotating a div using JavaScript webkitTransform results in a rectangle with jagged edges

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 05:21:37 PDT 2012


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

           Summary: [Chromium]Rotating a div using JavaScript
                    webkitTransform results in a rectangle with jagged
                    edges
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mbudaes at adobe.com


Rotating a div using this.style.webkitTransform will result in a rectangle with jagged edge.
E.g.
<div onclick="this.style.webkitTransform='rotate(5deg)'">
</div>

This is not an issue when using css "-webkit-transform" as below:

#div:hover
{
    -webkit-transform: rotate(60deg);
} 

Image and html attached.

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