diff options
author | Nivesh Rajbhandari | 2012-03-30 11:04:47 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-30 11:04:47 -0700 |
commit | 80782d5d0721463f716f0a7241afd09a38543199 (patch) | |
tree | 2dfb0531f2498afcad5afe95f8e338d0f1d34161 /js/lib/geom/geom-obj.js | |
parent | 5b4f6b1618cf571a6bce5a631f976a008e04a64e (diff) | |
parent | f4949cab544886702e7ad6eeaa6215125c7b067a (diff) | |
download | ninja-80782d5d0721463f716f0a7241afd09a38543199.tar.gz |
Merge branch 'refs/heads/ninja-internal' into WebGLFileIO
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/lib/geom/geom-obj.js')
-rwxr-xr-x | js/lib/geom/geom-obj.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib/geom/geom-obj.js b/js/lib/geom/geom-obj.js index df4a018d..ce06498d 100755 --- a/js/lib/geom/geom-obj.js +++ b/js/lib/geom/geom-obj.js | |||
@@ -19,6 +19,7 @@ var GeomObj = function GLGeomObj() { | |||
19 | this.GEOM_TYPE_LINE = 3; | 19 | this.GEOM_TYPE_LINE = 3; |
20 | this.GEOM_TYPE_PATH = 4; | 20 | this.GEOM_TYPE_PATH = 4; |
21 | this.GEOM_TYPE_CUBIC_BEZIER = 5; | 21 | this.GEOM_TYPE_CUBIC_BEZIER = 5; |
22 | this.GEOM_TYPE_BRUSH_STROKE = 6; | ||
22 | this.GEOM_TYPE_UNDEFINED = -1; | 23 | this.GEOM_TYPE_UNDEFINED = -1; |
23 | 24 | ||
24 | // Needed for calculating dashed/dotted strokes | 25 | // Needed for calculating dashed/dotted strokes |