@tldraw/editor 3.9.0-canary.aab6d5cc8123 → 3.9.0-canary.afd893c5d564

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-cjs/index.js CHANGED
@@ -366,7 +366,7 @@ function debugEnableLicensing() {
366
366
  }
367
367
  (0, import_utils.registerTldrawLibraryVersion)(
368
368
  "@tldraw/editor",
369
- "3.9.0-canary.aab6d5cc8123",
369
+ "3.9.0-canary.afd893c5d564",
370
370
  "cjs"
371
371
  );
372
372
  //# sourceMappingURL=index.js.map
@@ -6354,7 +6354,7 @@ class Editor extends (_a = import_eventemitter3.default, _getIsShapeHiddenCache_
6354
6354
  switch (withDefaults.format) {
6355
6355
  case "svg":
6356
6356
  return {
6357
- blob: new Blob([result.svg], { type: "text/plain" }),
6357
+ blob: new Blob([result.svg], { type: "image/svg+xml" }),
6358
6358
  width: result.width,
6359
6359
  height: result.height
6360
6360
  };