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
()
| 1671 | * @webBrief Begins recording vertices for the shape |
| 1672 | */ |
| 1673 | public void beginContour() { |
| 1674 | showMissingWarning("beginContour"); |
| 1675 | } |
| 1676 | |
| 1677 | |
| 1678 | /** |
nothing calls this directly
no test coverage detected