aboutsummaryrefslogtreecommitdiff
path: root/js/models/shape-model.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/models/shape-model.js')
-rwxr-xr-xjs/models/shape-model.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/js/models/shape-model.js b/js/models/shape-model.js
index 58a88fd0..ff69ae3c 100755
--- a/js/models/shape-model.js
+++ b/js/models/shape-model.js
@@ -10,21 +10,15 @@ var Montage = require("montage/core/core").Montage,
10exports.ShapeModel = Montage.create(Component, { 10exports.ShapeModel = Montage.create(Component, {
11 11
12 shapeCount: { value: 0 }, 12 shapeCount: { value: 0 },
13 useWebGl: { value: false }, 13 useWebGl: { value: false },
14 animate: { value: true },
14 15
15 GLWorld: { value: null }, 16 GLWorld: { value: null },
16 GLGeomObj: { value: null }, 17 GLGeomObj: { value: null },
17 18
18 strokeSize: { value: null }, 19 strokeSize: { value: null },
19 stroke: { value: null },
20 strokeMaterial: { value: null },
21 strokeStyle: { value: null }, 20 strokeStyle: { value: null },
22 strokeStyleIndex: { value: null }, 21 strokeStyleIndex: { value: null },
23 border: { value: null }, // Store css value for ColorController
24
25 fill: { value: null },
26 fillMaterial: { value: null },
27 background: { value: null }, // Store css value for ColorController
28 22
29 // Line-specific 23 // Line-specific
30 slope: { value: null }, 24 slope: { value: null },