@myoc/excalidraw 0.18.7 → 0.18.9

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/dist/dev/index.js CHANGED
@@ -618,10 +618,10 @@ import {
618
618
  wrapEvent,
619
619
  wrapText,
620
620
  zoomAreaIcon
621
- } from "./chunk-3PM7AKUW.js";
621
+ } from "./chunk-ISHT4GL7.js";
622
622
  import {
623
623
  define_import_meta_env_default
624
- } from "./chunk-FAI3BF6J.js";
624
+ } from "./chunk-Q72N7OK5.js";
625
625
  import {
626
626
  en_default
627
627
  } from "./chunk-PEI7EPYO.js";
@@ -10907,7 +10907,7 @@ var exportCanvas = async (type, elements, appState, files, {
10907
10907
  let blob = canvasToBlob(tempCanvas);
10908
10908
  if (appState.exportEmbedScene) {
10909
10909
  blob = blob.then(
10910
- (blob2) => import("./data/image-PLZ7Q7VH.js").then(
10910
+ (blob2) => import("./data/image-3DMTS7OM.js").then(
10911
10911
  ({ encodePngMetadata: encodePngMetadata2 }) => encodePngMetadata2({
10912
10912
  blob: blob2,
10913
10913
  metadata: serializeAsJSON(elements, appState, files, "local")
@@ -17156,7 +17156,7 @@ var ShapesSwitcher = ({
17156
17156
  };
17157
17157
  case "ellipse":
17158
17158
  return {
17159
- icon: RectangleIcon,
17159
+ icon: EllipseIcon,
17160
17160
  highlight: true
17161
17161
  };
17162
17162
  case "arrow":