mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
PShape of type GEOMETRY is treated the same as PATH when drawing.
This commit is contained in:
@@ -1547,7 +1547,9 @@ public class PShape implements PConstants {
|
||||
} else if (family == PRIMITIVE) {
|
||||
drawPrimitive(g);
|
||||
} else if (family == GEOMETRY) {
|
||||
drawGeometry(g);
|
||||
// same as path
|
||||
drawPath(g);
|
||||
// drawGeometry(g);
|
||||
} else if (family == PATH) {
|
||||
drawPath(g);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user