mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +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.