(shapeKind = constants.PATH)
| 1073 | } |
| 1074 | |
| 1075 | beginShape(shapeKind = constants.PATH) { |
| 1076 | this.kind = shapeKind; |
| 1077 | // Implicitly start a contour |
| 1078 | this.beginContour(shapeKind); |
| 1079 | } |
| 1080 | /* TO-DO: |
| 1081 | Refactor? |
| 1082 | - Might not need anchorHasPosition. |
no test coverage detected