@remotion/web-renderer 4.0.481 → 4.0.483

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.
Files changed (2) hide show
  1. package/dist/esm/index.mjs +1 -1
  2. package/package.json +10 -10
@@ -1629,7 +1629,7 @@ var turnSvgIntoDrawable = (svg) => {
1629
1629
  svg.style.marginBottom = "0";
1630
1630
  svg.style.fill = fill;
1631
1631
  svg.style.color = color;
1632
- const svgData = new XMLSerializer().serializeToString(svg);
1632
+ const svgData = new XMLSerializer().serializeToString(svg).replace(/[\u0000-\u0008\u000B\u000C\u000E-\u001F]/g, "");
1633
1633
  svg.style.marginLeft = originalMarginLeft;
1634
1634
  svg.style.marginRight = originalMarginRight;
1635
1635
  svg.style.marginTop = originalMarginTop;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/web-renderer"
4
4
  },
5
5
  "name": "@remotion/web-renderer",
6
- "version": "4.0.481",
6
+ "version": "4.0.483",
7
7
  "main": "dist/index.js",
8
8
  "type": "module",
9
9
  "scripts": {
@@ -22,19 +22,19 @@
22
22
  "@mediabunny/mp3-encoder": "1.47.0",
23
23
  "@mediabunny/aac-encoder": "1.47.0",
24
24
  "@mediabunny/flac-encoder": "1.47.0",
25
- "@remotion/licensing": "4.0.481",
26
- "remotion": "4.0.481",
25
+ "@remotion/licensing": "4.0.483",
26
+ "remotion": "4.0.483",
27
27
  "mediabunny": "1.47.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@react-three/fiber": "9.2.0",
31
- "@remotion/eslint-config-internal": "4.0.481",
32
- "@remotion/paths": "4.0.481",
33
- "@remotion/player": "4.0.481",
34
- "@remotion/media": "4.0.481",
35
- "@remotion/shapes": "4.0.481",
36
- "@remotion/three": "4.0.481",
37
- "@remotion/transitions": "4.0.481",
31
+ "@remotion/eslint-config-internal": "4.0.483",
32
+ "@remotion/paths": "4.0.483",
33
+ "@remotion/player": "4.0.483",
34
+ "@remotion/media": "4.0.483",
35
+ "@remotion/shapes": "4.0.483",
36
+ "@remotion/three": "4.0.483",
37
+ "@remotion/transitions": "4.0.483",
38
38
  "@types/three": "0.170.0",
39
39
  "@typescript/native-preview": "7.0.0-dev.20260217.1",
40
40
  "@vitejs/plugin-react": "4.3.4",