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-04-03 08:50:57 +09:00
2026-03-24 19:48:34 +08:00
2026-03-24 19:48:34 +08:00
2025-12-22 23:28:55 +09:00
2025-12-14 14:04:44 +09:00
2026-01-05 01:37:32 +09:00
2026-01-20 20:52:04 +09:00
2025-12-27 10:24:43 +09:00
2025-12-23 16:26:45 +09:00
2025-12-11 14:14:31 +09:00
2026-02-02 15:54:35 +09:00
2026-01-27 12:07:35 +09:00
2026-01-17 23:14:53 +09:00
2026-03-07 19:07:54 +09:00
2026-02-07 13:57:00 +09:00
2026-01-30 00:02:26 +09:00
2025-12-11 14:28:02 +09:00
2025-12-29 12:12:22 +09:00
2025-12-25 12:20:46 +09:00
2026-01-10 14:06:17 +09:00
2026-01-20 20:52:04 +09:00
2026-01-20 20:52:04 +09:00