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/document | |
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/document')
-rwxr-xr-x | js/document/html-document.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js index 6ca9eaa3..2bb277e7 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -335,6 +335,12 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
335 | shapeModel.slope = root._slope; | 335 | shapeModel.slope = root._slope; |
336 | break; | 336 | break; |
337 | 337 | ||
338 | case root.GEOM_TYPE_BRUSH_STROKE: | ||
339 | elementModel.selection = "BrushStroke"; | ||
340 | elementModel.pi = "BrushStrokePi"; | ||
341 | break; | ||
342 | |||
343 | |||
338 | default: | 344 | default: |
339 | console.log( "geometry type not supported for file I/O, " + root.geomType()); | 345 | console.log( "geometry type not supported for file I/O, " + root.geomType()); |
340 | break; | 346 | break; |