getScaleFromTransformationStyle:function(){//FIXMEduplicationwithtwomethodsbelowvartransformation=this.getTransformationStyle();if(!transformation)returnpt(1.0,1.0);varscaleMatches=transformation.match(/scale\(\s*([0-9.]+)\s*,\s*([0-9.]+)\s*\)/);if(!scaleMatches)returnpt(1.0,1.0);returnpt(parseFloat(scaleMatches[1]),parseFloat(scaleMatches[2]));},
5nulltruetrue2000000