提交 7c091000 编写于 作者: K kener

,号

上级 0c960fc8
......@@ -661,7 +661,7 @@ define(function (require) {
cpX2 : x,
cpY2 : y + 4,
xEnd : x + width,
yEnd : y + 4,
yEnd : y + 4
});
ctx.lineTo(x + width, y);
beziercurve.buildPath(ctx, {
......@@ -672,7 +672,7 @@ define(function (require) {
cpX2 : x + width,
cpY2 : y + height - 4,
xEnd : x,
yEnd : y + height - 4,
yEnd : y + height - 4
});
ctx.lineTo(x, y + height);
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册