// for (Vertex[] outline : this.outlineContours){
// this.drawWithProcessing(pa, outline, PApplet.LINE, false);
// }
// }else{
if (!this.isNoStroke()){
pa.noFill();
MTColor strokeColor = this.getStrokeColor();
pa.stroke(strokeColor.getR(), strokeColor.getG(), strokeColor.getB(), strokeColor.getAlpha());
pa.strokeWeight(2);
if (this.isDrawSmooth())