diff options
author | Jose Antonio Marquez | 2012-04-02 10:39:58 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-04-02 10:39:58 -0700 |
commit | 6034e3aa1d033149ba9ca8f0578e0a95889a7e46 (patch) | |
tree | 6249f420894a8b8fae29baa83b705012098eedb4 /js/document/html-document.js | |
parent | 95249b524ada7d20abf24408a857cccec8aea19a (diff) | |
parent | c6de22bf42be90b403491b5f87b1818d9020310c (diff) | |
download | ninja-6034e3aa1d033149ba9ca8f0578e0a95889a7e46.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'js/document/html-document.js')
-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 8f9d2870..42a7d537 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -340,6 +340,12 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
340 | shapeModel.slope = root._slope; | 340 | shapeModel.slope = root._slope; |
341 | break; | 341 | break; |
342 | 342 | ||
343 | case root.GEOM_TYPE_BRUSH_STROKE: | ||
344 | elementModel.selection = "BrushStroke"; | ||
345 | elementModel.pi = "BrushStrokePi"; | ||
346 | break; | ||
347 | |||
348 | |||
343 | default: | 349 | default: |
344 | console.log( "geometry type not supported for file I/O, " + root.geomType()); | 350 | console.log( "geometry type not supported for file I/O, " + root.geomType()); |
345 | break; | 351 | break; |