mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 03:11:53 +08:00
repair tests
This commit is contained in:
@@ -113,7 +113,7 @@ suite('Path', function() {
|
||||
var layer = new Konva.Layer();
|
||||
|
||||
var path = new Konva.Path({
|
||||
data: 'm200,100,100,0,0,50,z',
|
||||
data: 'm200,100,100,0,0,50,-100,0z',
|
||||
fill: '#fcc',
|
||||
// stroke: '#333',
|
||||
// strokeWidth: 2,
|
||||
|
||||
Reference in New Issue
Block a user