aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/GLSubpath.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/helper-classes/RDGE/GLSubpath.js')
-rw-r--r--js/helper-classes/RDGE/GLSubpath.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/RDGE/GLSubpath.js b/js/helper-classes/RDGE/GLSubpath.js
index 9b6ae917..52699f85 100644
--- a/js/helper-classes/RDGE/GLSubpath.js
+++ b/js/helper-classes/RDGE/GLSubpath.js
@@ -578,7 +578,7 @@ GLSubpath.prototype.copyFromSubpath = function (subpath) {
578 this.setStrokeWidth(subpath.getStrokeWidth()); 578 this.setStrokeWidth(subpath.getStrokeWidth());
579} 579}
580 580
581GLSubpath.prototype.translate = function (tx, ty, tz) { 581GLSubpath.prototype.translateAnchors = function (tx, ty, tz) {
582 for (var i=0;i<this._Anchors.length;i++){ 582 for (var i=0;i<this._Anchors.length;i++){
583 this._Anchors[i].translateAll(tx,ty,tz); 583 this._Anchors[i].translateAll(tx,ty,tz);
584 } 584 }