mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
When user calls bezierVertex()/quadraticVertex()/curveVertex() and does not call beginShape()/beginShape(POLYGON) before or forgets to specify first vertex(), proper error message is shown.