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.
@@ -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(width), pixelRatio });
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;