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

Issue 527193002: Support CanvasPattern.setTransform (Closed)

Created:
6 years, 3 months ago by pavane
Modified:
6 years, 3 months ago
Reviewers:
Rik, Justin Novosad
CC:
blink-reviews, arv+blink, blink-reviews-html_chromium.org, dglazkov+blink, Inactive, aandrey+blink_chromium.org, pavan
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Support CanvasPattern.setTransform Patterns have a transformation matrix, which controls how the pattern is used when it is painted. Initially, a pattern's transformation matrix must be the identity transform. When the setTransform() method is invoked on the pattern, the user agent must replace the pattern's transformation matrix with the one described by the SVGMatrix object provided as an argument to the method. Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#dom-canvaspattern-settransform IDL Definition: http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#2dcontext:dom-canvaspattern-settransform Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/dUt2_2xn3NU BUG=289572 R=junov@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181737

Patch Set 1 #

Patch Set 2 : adding valid testcase #

Patch Set 3 : adding null check #

Patch Set 4 : fixing failed layout test #

Patch Set 5 : rebaselined #

Patch Set 6 : putting under a runtime flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -1 line) Patch
A LayoutTests/fast/canvas/canvas-pattern-set-transform.html View 1 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/fast/canvas/canvas-pattern-set-transform-expected.txt View 1 1 chunk +10 lines, -0 lines 0 comments Download
A LayoutTests/fast/canvas/script-tests/canvas-pattern-set-transform.js View 1 1 chunk +61 lines, -0 lines 0 comments Download
M LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M Source/core/html/canvas/CanvasPattern.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/html/canvas/CanvasPattern.cpp View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/html/canvas/CanvasPattern.idl View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
pavane
Please take a look
6 years, 3 months ago (2014-09-03 11:03:24 UTC) #1
Justin Novosad
On 2014/09/03 11:03:24, pavane wrote: > Please take a look The code looks good, but ...
6 years, 3 months ago (2014-09-03 15:04:35 UTC) #2
pavane
On 2014/09/03 15:04:35, junov wrote: > On 2014/09/03 11:03:24, pavane wrote: > > Please take ...
6 years, 3 months ago (2014-09-04 07:23:30 UTC) #4
pavane
Hi Junov, i am not so much familiar with intent mails. How long are we ...
6 years, 3 months ago (2014-09-09 13:55:11 UTC) #5
Rik
On 2014/09/09 13:55:11, pavane wrote: > Hi Junov, i am not so much familiar with ...
6 years, 3 months ago (2014-09-09 16:16:30 UTC) #6
Justin Novosad
On 2014/09/09 13:55:11, pavane wrote: > Hi Junov, i am not so much familiar with ...
6 years, 3 months ago (2014-09-09 16:54:33 UTC) #7
Justin Novosad
On 2014/09/09 16:54:33, junov wrote: > You have to put the feature behind a flag. ...
6 years, 3 months ago (2014-09-09 19:43:50 UTC) #8
Rik
On 2014/09/09 19:43:50, junov wrote: > On 2014/09/09 16:54:33, junov wrote: > > You have ...
6 years, 3 months ago (2014-09-10 01:05:36 UTC) #9
pavane
@Rik and Junov, thanks for your response. Now, this feature is pushed under a runtime ...
6 years, 3 months ago (2014-09-10 06:09:03 UTC) #10
Justin Novosad
lgtm No worries Rik.
6 years, 3 months ago (2014-09-10 14:37:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavan.e@samsung.com/527193002/120001
6 years, 3 months ago (2014-09-10 14:46:34 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 15:47:10 UTC) #14
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as 181737

Powered by Google App Engine
This is Rietveld 408576698