mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
Pure NodeJS environment test runner: grunt node-test
This commit is contained in:
@@ -872,25 +872,7 @@ suite('Node', function() {
|
||||
var layer = new Kinetic.Layer();
|
||||
var group = new Kinetic.Group();
|
||||
|
||||
var points = [{
|
||||
x: 73,
|
||||
y: 250
|
||||
}, {
|
||||
x: 73,
|
||||
y: 160
|
||||
}, {
|
||||
x: 340,
|
||||
y: 23
|
||||
}, {
|
||||
x: 500,
|
||||
y: 109
|
||||
}, {
|
||||
x: 499,
|
||||
y: 139
|
||||
}, {
|
||||
x: 342,
|
||||
y: 93
|
||||
}];
|
||||
var points = [73, 250, 73, 160, 340, 23, 500, 109, 499, 139, 342, 93];
|
||||
|
||||
var poly = new Kinetic.Line({
|
||||
points: points,
|
||||
|
||||
Reference in New Issue
Block a user