[Bug 12088] New: Under 4.8.11.1.2, Transformations, the specification reads: The transformations must be performed in reverse order. For instance, if a scale transformation that doubles the width is applied, followed by a rotation transformation that rotates drawing opera

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12088

           Summary: Under 4.8.11.1.2, Transformations, the specification
                    reads: The transformations must be performed in
                    reverse order. For instance, if a scale transformation
                    that doubles the width is applied, followed by a
                    rotation transformation that rotates drawing opera
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#tra
                    nsformations
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML Canvas 2D Context (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


Specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html
Section:
http://www.whatwg.org/specs/web-apps/current-work/complete.html#transformations

Comment:
Under 4.8.11.1.2, Transformations, the specification reads: The
transformations must be performed in reverse order. For instance, if a scale
transformation that doubles the width is applied, followed by a rotation
transformation that rotates drawing operations by a quarter turn, and a
rectangle twice as wide as it is tall is then drawn on the canvas, the actual
result will be a square.

Posted from: 67.116.239.5

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 15 February 2011 17:43:45 UTC