leafer-ui 1.0.0-rc.11 → 1.0.0-rc.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/web.esm.js +1 -1
- package/dist/web.esm.min.js +1 -1
- package/dist/web.js +1 -1
- package/dist/web.min.js +1 -1
- package/dist/web.module.js +1 -1
- package/dist/web.module.min.js +1 -1
- package/package.json +3 -3
package/dist/web.module.js
CHANGED
|
@@ -11387,7 +11387,7 @@ const ExportModule = {
|
|
|
11387
11387
|
width *= scale, height *= scale;
|
|
11388
11388
|
scaleX *= scale, scaleY *= scale;
|
|
11389
11389
|
}
|
|
11390
|
-
let canvas = Creator.canvas({ width: Math.ceil(width), height: Math.ceil(
|
|
11390
|
+
let canvas = Creator.canvas({ width: Math.ceil(width), height: Math.ceil(height), pixelRatio });
|
|
11391
11391
|
const renderOptions = { matrix: matrix.translate(-x, -y).withScale(scaleX, scaleY) };
|
|
11392
11392
|
if (slice) {
|
|
11393
11393
|
leaf = leafer;
|