Skip to content

Commit e7e8aa1

Browse files
authored
Update PEmbroider_shape_hatching_1.pde
Fixes breaking change caused by processing/processing4#1038.
1 parent c85d335 commit e7e8aa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/PEmbroider_shape_hatching_1/PEmbroider_shape_hatching_1.pde

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PEmbroiderGraphics E;
1313
void setup() {
1414
noLoop();
1515
size (700, 700);
16+
pixelDensity(1);
1617
E = new PEmbroiderGraphics(this, width, height);
1718

1819
String outputFilePath = sketchPath("PEmbroider_shape_hatching_1.vp3");

0 commit comments

Comments
 (0)