Merge branch 'develop' into clipping

This commit is contained in:
kekee000
2015-01-25 09:01:51 +08:00
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
fonteditor 在线ttf字体编辑器
==========
[试玩版地址](http://mkwiser.sinaapp.com/fonteditor/index.html)
[线上地址](http://font.baidu.com)
## release log:
@@ -25,4 +25,4 @@ fonteditor 在线ttf字体编辑器
9. 2014-12-25 圣诞新装发布.
10. 2015-1-8 增加svg circle, ellipse, polygon, path 导入, 自动变换导入轮廓.
10. 2015-1-8 增加svg circle, ellipse, polygon, path 导入, 自动变换导入轮廓.

View File

@@ -12,8 +12,7 @@ define(
var util = require('../pathUtil');
var deInterpolate = util.deInterpolate;
var Relation = require('./relation');
var getPathHash = util.getPathHash;
var splice = Array.prototype.splice;
// 最多组合50个路径段组成轮廓
var MAX_COMBINE_PATHS = 50;