[Webkit-unassigned] [Bug 13669] New: Canvas transformations affect path construction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 10 16:30:48 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13669

           Summary: Canvas transformations affect path construction
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
               URL: http://www.hixie.ch/tests/adhoc/html/canvas/032.html
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ian at hixie.ch


STEPS TO REPRODUCE
 1. Create a path.
 2. Set a transformation.
 3. Fill the path.

ACTUAL RESULTS
 Transformation is ignored.

EXPECTED RESULTS
 Transformation should have an affect.


STEPS TO REPRODUCE
 1. Set a transformation.
 2. Create a path.
 3. Undo the transformation.
 4. Fill the path.

ACTUAL RESULTS
 Transformation is applied.

EXPECTED RESULTS
 Transformation should have no affect.


-- 
Configure bugmail: http://bugs.webkit.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