mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
some fixes in PShape examples
This commit is contained in:
@@ -13,6 +13,7 @@ void setup() {
|
||||
s = createShape();
|
||||
s.noFill();
|
||||
s.stroke(255);
|
||||
s.strokeWeight(2);
|
||||
// Exterior part of shape
|
||||
s.beginContour();
|
||||
s.vertex(-100,-100);
|
||||
|
||||
Reference in New Issue
Block a user