Skip to content

Commit

Permalink
Fix scaling exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
BPing committed Mar 8, 2017
1 parent 8e27d30 commit fd948d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/crysyan-designer.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
*/
designer.drawBackgroupWithImage = function(image,mode) {
var view = window[designer.iframe.uid].Crysyan.getView();
view.crysyanCanvas.drawBackgroundWithImage(image, mode);
view.crysyanCanvas.drawBackGroupWithImage(image, mode);
};

designer.toDataUrl = function(type) {
Expand Down

0 comments on commit fd948d9

Please sign in to comment.