mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
FX: Fix curveVertex drawing all curves together as one long curve
Fixes #4382
This commit is contained in:
@@ -207,6 +207,7 @@ public class PGraphicsFX2D extends PGraphics {
|
||||
public void beginShape(int kind) {
|
||||
shape = kind;
|
||||
vertexCount = 0;
|
||||
curveVertexCount = 0;
|
||||
|
||||
workPath.reset();
|
||||
auxPath.reset();
|
||||
|
||||
Reference in New Issue
Block a user