zongxi1115
cb8127920c
feat: add xmlsvg export option (#761)
* feat: add xmlsvg export option
* fix: avoid atob for xmlsvg export to prevent UTF-8 corruption
Pass the data URL directly (like PNG export) instead of decoding
with atob(). atob() + Blob([string]) double-encodes non-ASCII
characters (Chinese, Japanese, emoji), corrupting the output file.
---------
Co-authored-by: dayuan.jiang <jdy.toh@gmail.com>
2026-04-03 08:50:57 +09:00
..
2026-02-07 12:13:56 +09:00
2026-01-30 00:02:26 +09:00
2026-02-07 12:13:56 +09:00
2025-12-06 12:46:40 +09:00
2026-01-04 10:25:19 +09:00
2026-02-28 00:24:24 +09:00
2026-01-30 00:02:26 +09:00
2026-03-30 19:27:58 +09:00
2025-12-06 16:18:26 +09:00
2025-12-30 20:52:57 +09:00
2025-12-06 12:46:40 +09:00
2026-01-30 00:02:26 +09:00
2026-01-30 00:02:26 +09:00
2026-01-30 00:02:26 +09:00
2026-03-24 12:11:36 +00:00
2026-03-24 12:11:36 +00:00
2026-03-16 20:48:39 +09:00
2025-12-20 14:48:54 +00:00
2026-04-03 08:50:57 +09:00
2026-03-24 17:43:53 +05:30
2026-01-06 00:23:50 +09:00