mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #4800 from JakubValtar/fix-fx-curves
FX: Fix curveVertex drawing all curves together as one long curve
This commit is contained in:
@@ -208,6 +208,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