diff options
Diffstat (limited to 'js/lib/geom/sub-path.js')
-rwxr-xr-x | js/lib/geom/sub-path.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/geom/sub-path.js b/js/lib/geom/sub-path.js index 60335990..43420bc9 100755 --- a/js/lib/geom/sub-path.js +++ b/js/lib/geom/sub-path.js | |||
@@ -281,7 +281,7 @@ GLSubpath.prototype.setCanvasCenterLocalCoord = function(center){ | |||
281 | }; | 281 | }; |
282 | 282 | ||
283 | GLSubpath.prototype.getCanvasCenterLocalCoord = function(){ | 283 | GLSubpath.prototype.getCanvasCenterLocalCoord = function(){ |
284 | return this._canvasCenterLocalCoord; | 284 | return [this._canvasCenterLocalCoord[0],this._canvasCenterLocalCoord[1],this._canvasCenterLocalCoord[2]]; |
285 | }; | 285 | }; |
286 | 286 | ||
287 | GLSubpath.prototype.getNumAnchors = function () { | 287 | GLSubpath.prototype.getNumAnchors = function () { |