CreativeInquiry / PEmbroider

Embroidery Library for Processing
Other
442 stars 28 forks source link

Have an option to choose the rendering order of stroke and fill for a shape #7

Closed golanlevin closed 4 years ago

golanlevin commented 4 years ago

We should have an option allowing the end user to decide whether a shape’s stroke is embroidered STROKE_OVER_FILL or FILL_OVER_STROKE, for the output to embroidery files. The default should be STROKE_OVER_FILL, I think.

LingDong- commented 4 years ago

Added: 0ca31e8c67d1051d9a891f5ed52f2bc34979fdd2

E.setRenderOrder(STROKE_OVER_FILL);
E.setRenderOrder(FILL_OVER_STROKE);