Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Issue 504623003: Implement skew*() methods in DOMMatrix.

Created:
6 years, 3 months ago by zino
Modified:
6 years, 3 months ago
Reviewers:
krit, Rik
CC:
blink-reviews, arv+blink, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, Inactive, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Implement skew*() methods in DOMMatrix. The methods multiply a skew transformation on the current matrix with the speicified angle in degrees. The specification: http://dev.w3.org/fxtf/geometry/ Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/V_bJNtOg0oM BUG=388780

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -1 line) Patch
A LayoutTests/fast/dom/geometry-interfaces-dom-matrix-skew.html View 1 chunk +117 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrix.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrix.cpp View 1 chunk +12 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrix.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrixReadOnly.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrixReadOnly.cpp View 1 chunk +10 lines, -0 lines 0 comments Download
M Source/core/dom/DOMMatrixReadOnly.idl View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
zino
6 years, 3 months ago (2014-08-26 16:39:53 UTC) #1

Powered by Google App Engine
This is Rietveld 408576698