Roo/form/Signature.js
authorChris <chris@roojs.com>
Thu, 10 Oct 2013 01:38:34 +0000 (09:38 +0800)
committerChris <chris@roojs.com>
Thu, 10 Oct 2013 01:38:34 +0000 (09:38 +0800)
Roo/form/Signature.js

index 2f6218c..26a3bfc 100644 (file)
@@ -133,7 +133,7 @@ Roo.extend(Roo.form.Signature, Roo.form.Field,  {
               ]
         });
         this.createSVG();
-        this.svgBox = this.svgEl.dom.getScreenCTM();
+        //this.svgBox = this.svgEl.dom.getScreenCTM();
     },
     createSVG : function(){ 
         var svg = this.signPanel;