FIX: image quality param
[roojs1] / Roo / bootstrap / BezierSignature.js
index 2eabfc4..808e2c8 100644 (file)
@@ -409,7 +409,7 @@ Roo.extend(Roo.bootstrap.BezierSignature, Roo.bootstrap.Component,  {
         }
         
         // encryption ?
-        return this.canvasEl().dom.toDataURL('image/'+type, false);
+        return this.canvasEl().dom.toDataURL('image/'+type, 1);
     },
     
     drawFromImage: function(img_src)