diff options
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 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; |