Use the beginContour() and endContour() function to create negative shapes within shapes such as the center of the letter "O". beginContour() begins recording vertices for the shape and endContour() stops recording. The vertices that define a negative shape must "wind" in
()
| 1694 | * @webBrief Stops recording vertices for the shape |
| 1695 | */ |
| 1696 | public void endContour() { |
| 1697 | showMissingWarning("endContour"); |
| 1698 | } |
| 1699 | |
| 1700 | |
| 1701 | public void endShape() { |
nothing calls this directly
no test coverage detected