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