@webref shape:vertex
()
| 11629 | * @webref shape:vertex |
| 11630 | */ |
| 11631 | public void beginContour() { |
| 11632 | if (recorder != null) recorder.beginContour(); |
| 11633 | g.beginContour(); |
| 11634 | } |
| 11635 | |
| 11636 | |
| 11637 | /** |
nothing calls this directly
no test coverage detected