- Fix (image export) Export in Chrome; fixes #282

This commit is contained in:
Brett Zamir
2018-09-13 18:23:53 +08:00
parent 0688b9af60
commit c0ea00d36b
3 changed files with 10 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
PDF as export (#273 @cuixiping); fixes #124 and #254
- Fix (image import): Put src after onload to avoid missing event;
check other width/height properties in case offset is 0; fixes #278
- Fix (image export) Export in Chrome; fixes #282
- npm: Update devDeps
- npm: Point to official sinon-test package now that ES6 Modules
support landed