diff options
author | Jose Antonio Marquez Russo | 2012-06-26 10:58:53 -0700 |
---|---|---|
committer | Jose Antonio Marquez Russo | 2012-06-26 10:58:53 -0700 |
commit | 6ce459a96df2a111dbae84cddab625dfb27b64a5 (patch) | |
tree | eccf5cea414ab9c4a0370b5316e34eae5ee14a9e /js/tools/OvalTool.js | |
parent | 60356eeb3f38acadb87d4a3a9301a194941221d9 (diff) | |
parent | 2f0a29c2cc9fd399e392abfd6770caffb99fdbb5 (diff) | |
download | ninja-6ce459a96df2a111dbae84cddab625dfb27b64a5.tar.gz |
Merge pull request #38 from mqg734/Jose_Color
Added pre-flight support for gradients in Tag, Rect, Oval, Line, Brush and Pen tools.
Diffstat (limited to 'js/tools/OvalTool.js')
-rwxr-xr-x | js/tools/OvalTool.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/tools/OvalTool.js b/js/tools/OvalTool.js index ce812398..33bf763d 100755 --- a/js/tools/OvalTool.js +++ b/js/tools/OvalTool.js | |||
@@ -94,6 +94,9 @@ exports.OvalTool = Montage.create(ShapeTool, { | |||
94 | // TODO - update the shape's info only. shapeModel will likely need an array of shapes. | 94 | // TODO - update the shape's info only. shapeModel will likely need an array of shapes. |
95 | } | 95 | } |
96 | 96 | ||
97 | // TODO - This needs to be moved into geom obj's init routine instead of here | ||
98 | this.setColor(this.options.stroke, this.options.fill, canvas, "ovalTool"); | ||
99 | |||
97 | if(canvas.elementModel.isShape) | 100 | if(canvas.elementModel.isShape) |
98 | { | 101 | { |
99 | this.application.ninja.selectionController.selectElement(canvas); | 102 | this.application.ninja.selectionController.selectElement(canvas); |