PShapes - SVG, Vertex Shapes
PShapes - SVG and Vertex Shapes
Table of Fill, Stroke Syntax for PShapes
Updated Pattern Class - For All PShapes
PShape s1 = loadShape( "nounPattern.svg");
pattern1 = new Pattern(s1);
pattern1.isSVG = true;
pattern1.fillColor = color( 200, 100, 100);
pattern1.display();Pattern Class
Last updated