diff options
author | Valerio Virgillito | 2012-04-24 15:36:59 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-24 15:36:59 -0700 |
commit | d3a6350163ada5644d34ed8d5c2a00cef4db2afc (patch) | |
tree | 8862827848c55b36cc2e2bc0bb0c07a5e50dc1ca /js/document | |
parent | 55e6d621b9555abac06ab4adff44dfe29a78ec4e (diff) | |
parent | e7bbd9b08b4cd87530596b370366d994ca766650 (diff) | |
download | ninja-d3a6350163ada5644d34ed8d5c2a00cef4db2afc.tar.gz |
Merge pull request #174 from pushkarjoshi/pentool
Pentool
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/html-document.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js index 54db9eaa..3876670c 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -330,6 +330,10 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
330 | elementModel.pi = "BrushStrokePi"; | 330 | elementModel.pi = "BrushStrokePi"; |
331 | break; | 331 | break; |
332 | 332 | ||
333 | case root.GEOM_TYPE_CUBIC_BEZIER: | ||
334 | elementModel.selection = "Subpath"; | ||
335 | elementModel.pi = "SubpathPi"; | ||
336 | break; | ||
333 | 337 | ||
334 | default: | 338 | default: |
335 | console.log( "geometry type not supported for file I/O, " + root.geomType()); | 339 | console.log( "geometry type not supported for file I/O, " + root.geomType()); |