From 62d38a080b2918a0284c854e9bf882bfeeea1e0b Mon Sep 17 00:00:00 2001 From: Pushkar Joshi Date: Wed, 1 Feb 2012 13:21:11 -0800 Subject: avoid overriding GlGeomObj translate method --- js/helper-classes/RDGE/GLSubpath.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/helper-classes/RDGE/GLSubpath.js') 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) { this.setStrokeWidth(subpath.getStrokeWidth()); } -GLSubpath.prototype.translate = function (tx, ty, tz) { +GLSubpath.prototype.translateAnchors = function (tx, ty, tz) { for (var i=0;i