mirror of
https://github.com/konvajs/konva.git
synced 2025-12-29 10:04:34 +08:00
repair tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
suite('Context', function() {
|
suite('Context', function() {
|
||||||
// ======================================================
|
// ======================================================
|
||||||
var contextMethods = ['clearRect', 'fillRect', 'strokeRect',
|
var contextMethods = ['clearRect', 'fillRect', 'strokeRect',
|
||||||
'fillText', 'strokeText', 'measureText', 'getLineDash', 'setLineDash',
|
'fillText', 'strokeText', 'measureText',
|
||||||
'createLinearGradient', 'createRadialGradient', 'createPattern',
|
'createLinearGradient', 'createRadialGradient', 'createPattern',
|
||||||
'beginPath', 'closePath', 'moveTo', 'lineTo', 'bezierCurveTo', 'quadraticCurveTo',
|
'beginPath', 'closePath', 'moveTo', 'lineTo', 'bezierCurveTo', 'quadraticCurveTo',
|
||||||
'arc', 'arcTo', 'rect', 'fill', 'stroke', 'clip', 'isPointInPath',
|
'arc', 'arcTo', 'rect', 'fill', 'stroke', 'clip', 'isPointInPath',
|
||||||
|
|||||||
Reference in New Issue
Block a user