mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Comment out ARC code for now.
This commit is contained in:
parent
964eb521ee
commit
9fbe1260b2
1 changed files with 4 additions and 6 deletions
|
@ -171,12 +171,10 @@ var SvgImporter = this.SvgImporter = new function() {
|
|||
segmentTo
|
||||
);
|
||||
break;
|
||||
case 10: // PATHSEG_ARC_ABS:
|
||||
case 11: // PATHSEG_ARC_REL:
|
||||
//TODO: Implement Arcs.
|
||||
//TODO: Requires changes in Paper.js's Path to do.
|
||||
//TODO: http://www.w3.org/TR/SVG/implnote.html
|
||||
break;
|
||||
// TODO: Implement Arcs: ttp://www.w3.org/TR/SVG/implnote.html
|
||||
// case 10: // PATHSEG_ARC_ABS:
|
||||
// case 11: // PATHSEG_ARC_REL:
|
||||
// break;
|
||||
case 16: // PATHSEG_CURVETO_CUBIC_SMOOTH_ABS:
|
||||
case 17: // PATHSEG_CURVETO_CUBIC_SMOOTH_REL:
|
||||
var prev = list.getItem(i - 1),
|
||||
|
|
Loading…
Reference in a new issue