@nous-excalidraw/excalidraw 0.18.0-beta.3 → 0.18.0-beta.4
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/{chunk-FKBWMG5J.js → chunk-ESIHN3DM.js} +4 -8
- package/dist/dev/{chunk-FKBWMG5J.js.map → chunk-ESIHN3DM.js.map} +2 -2
- package/dist/dev/{chunk-ED35ZZUZ.js → chunk-WJH3VWGU.js} +2 -2
- package/dist/dev/{chunk-ED35ZZUZ.js.map → chunk-WJH3VWGU.js.map} +1 -1
- package/dist/dev/components/TTDDialog/{CodeMirrorEditor-6AT2I7WX.js → CodeMirrorEditor-6QZBM3YJ.js} +2 -2
- package/dist/dev/data/{image-3Y7D3VR4.js → image-3CKDMBVJ.js} +3 -3
- package/dist/dev/index.js +8 -8
- package/dist/dev/index.js.map +3 -3
- package/dist/dev/subset-shared.chunk.js +1 -1
- package/dist/dev/subset-worker.chunk.js +1 -1
- package/dist/prod/chunk-6D4NN3RX.js +4 -0
- package/dist/prod/{chunk-ICXUYVBZ.js → chunk-VJEAMUVI.js} +1 -1
- package/dist/prod/components/TTDDialog/{CodeMirrorEditor-DSAGASSM.js → CodeMirrorEditor-A44QPKGE.js} +1 -1
- package/dist/prod/data/image-454DRINA.js +1 -0
- package/dist/prod/index.js +7 -7
- package/dist/prod/subset-shared.chunk.js +1 -1
- package/dist/prod/subset-worker.chunk.js +1 -1
- package/package.json +4 -4
- package/dist/prod/chunk-KUNV7O2U.js +0 -4
- package/dist/prod/data/image-7FPDSXPY.js +0 -1
- /package/dist/dev/components/TTDDialog/{CodeMirrorEditor-6AT2I7WX.js.map → CodeMirrorEditor-6QZBM3YJ.js.map} +0 -0
- /package/dist/dev/data/{image-3Y7D3VR4.js.map → image-3CKDMBVJ.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
define_import_meta_env_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-WJH3VWGU.js";
|
|
4
4
|
import {
|
|
5
5
|
__publicField
|
|
6
6
|
} from "./chunk-XDFCUUT6.js";
|
|
@@ -3999,11 +3999,7 @@ var renderElementToSvg = (element, elementsMap, rsvg, svgRoot, files, offsetX, o
|
|
|
3999
3999
|
rect.setAttribute("rx", FRAME_STYLE2.radius.toString());
|
|
4000
4000
|
rect.setAttribute("ry", FRAME_STYLE2.radius.toString());
|
|
4001
4001
|
rect.setAttribute("fill", FRAME_STYLE2.backgroundColor);
|
|
4002
|
-
rect.setAttribute(
|
|
4003
|
-
"stroke",
|
|
4004
|
-
renderConfig.theme === THEME4.DARK ? applyDarkModeFilter3(FRAME_STYLE2.strokeColor) : FRAME_STYLE2.strokeColor
|
|
4005
|
-
);
|
|
4006
|
-
rect.setAttribute("stroke-width", FRAME_STYLE2.strokeWidth.toString());
|
|
4002
|
+
rect.setAttribute("stroke", "none");
|
|
4007
4003
|
addToRoot(rect, element);
|
|
4008
4004
|
}
|
|
4009
4005
|
break;
|
|
@@ -5089,7 +5085,7 @@ var parseFileContents = async (blob) => {
|
|
|
5089
5085
|
let contents;
|
|
5090
5086
|
if (blob.type === MIME_TYPES6.png) {
|
|
5091
5087
|
try {
|
|
5092
|
-
return await (await import("./data/image-
|
|
5088
|
+
return await (await import("./data/image-3CKDMBVJ.js")).decodePngMetadata(blob);
|
|
5093
5089
|
} catch (error) {
|
|
5094
5090
|
if (error.message === "INVALID") {
|
|
5095
5091
|
throw new ImageSceneDataError(
|
|
@@ -5523,4 +5519,4 @@ export {
|
|
|
5523
5519
|
createFile,
|
|
5524
5520
|
normalizeFile
|
|
5525
5521
|
};
|
|
5526
|
-
//# sourceMappingURL=chunk-
|
|
5522
|
+
//# sourceMappingURL=chunk-ESIHN3DM.js.map
|