Revision: 2881
Author:
bre...@gmail.com
Date: Fri Jun 13 02:48:31 2014 UTC
Log: Unicode text fixes
http://code.google.com/p/svg-edit/source/detail?r=2881
Modified:
/wiki/Roadmap.wiki
=======================================
--- /wiki/Roadmap.wiki Sun Jun 1 21:35:06 2014 UTC
+++ /wiki/Roadmap.wiki Fri Jun 13 02:48:31 2014 UTC
@@ -37,6 +37,7 @@
* Fix: Ensure all dependencies are first available before canvg (and
jsPDF) usage
* Fix: Allow for empty images
* Fix: Minor improvement in display when icon size is set to small
+ * Fix: Based64-encoding issues with Unicode text (e.g., in data URIs or
icons)
* Potentially breaking API changes (subject to further alteration before
release):
* Remove 2.7-deprecated "pngsave" (in favor of "exportImage")
* Data URIs must be properly URL encoded (use encodeURIComponent() on
the "data:..." prefix and double encodeURIComponent() the remaining content)