From 2618c261ee12fdaa561f36a3d008f33a978df9ce Mon Sep 17 00:00:00 2001 From: Ian Prest Date: Mon, 17 Aug 2015 22:04:12 -0400 Subject: [PATCH] Update html2canvas to latest alpha version -- Fixes problem with rotated keys --- Makefile | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f2b8eed..64e07e9 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ $(call BOWER,bower_components/marked/marked.min.js) $(call BOWER,bower_components/FileSaver/FileSaver.min.js) $(call BOWER,bower_components/doT/doT.min.js) $(call BOWER,bower_components/URLON/src/urlon.js) -$(call BOWER,bower_components/html2canvas/build/html2canvas.min.js) +$(call BOWER,bower_components/html2canvas/dist/html2canvas.min.js) # Rules to generate a webfont from our source .svg files diff --git a/bower.json b/bower.json index c2cffce..4134a5a 100644 --- a/bower.json +++ b/bower.json @@ -45,6 +45,6 @@ "angular-cookies": "1.2.28", "ace-builds": "1.2.0", "angular-ui-ace": "0.2.3", - "html2canvas": "0.4.1" + "html2canvas": "0.5.0-alpha1" } }