Skip to content

Commit 5c30ed6

Browse files
gtklockerjondavidjohn
authored andcommitted
Add support for createRadialGradient.
1 parent fdeab21 commit 5c30ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CanvasRenderingContext2D.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
'isPointinStroke': 'all',
3535
'quadraticCurveTo': 'all',
3636
'rect': 'all',
37-
'translate': 'all'
37+
'translate': 'all',
38+
'createRadialGradient': 'all'
3839
};
3940

4041
forEach(ratioArgs, function(value, key) {

0 commit comments

Comments
 (0)