refresh todo

This commit is contained in:
kekee000 2015-01-08 03:20:26 +08:00
parent f253efa464
commit 3712f1d8ab
2 changed files with 9 additions and 1 deletions

View File

@ -24,3 +24,5 @@ fonteditor 在线ttf字体编辑器
8. 2014-12-13 ttf编辑器增加设置保存.
9. 2014-12-25 圣诞新装发布.
10. 2015-1-8 增加svg circle, ellipse, polygon, path 导入, 自动变换导入轮廓.

View File

@ -1 +1,7 @@
1. 新建字体文件之后存在大于0xFFFF的unicode生成的ttf无法识别小于0xFFFF的字体
1. 新建字体文件之后存在大于0xFFFF的unicode生成的ttf无法识别小于0xFFFF的字体
2. svg g,defs 组支持
3. 路径的交、并、差集在特殊情况下会buzz
4. 路径切割没有考虑多路径的情况