未验证 提交 f2ba47b1 编写于 作者: L luis Wang 提交者: GitHub

Fix based on Mugen87' request

上级 5408bd89
......@@ -170,8 +170,7 @@ CurvePath.prototype = Object.assign( Object.create( Curve.prototype ), {
var curve = curves[ i ];
var resolution = ( curve && curve.isEllipseCurve ) ? divisions * 2
: ( curve && curve.isLineCurve ) ? 1
: ( curve && curve.isLineCurve3 ) ? 1
: ( curve && ( curve.isLineCurve || curve.isLineCurve3 ) ) ? 1
: ( curve && curve.isSplineCurve ) ? divisions * curve.points.length
: divisions;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册