class Shape { Hair[] tuft = null; RShape illustration; int numPoints = 100; Shape(PApplet p) { RG.init(p); RG.ignoreStyles(true); illustration = RG.loadShape("twothousandnine.svg"); illustration = RG.centerIn(illustration, g, 50); int child_count = illustration.children[0].countChildren(); for(int i=0; i