File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -408,6 +408,20 @@ yappPatternSquareGrid, // pattern
408
408
]
409
409
];
410
410
411
+
412
+ maskSquares = [yappMaskDef,[
413
+ yappPatternSquareGrid, // pattern
414
+ 4 , // hRepeat
415
+ 4 , // vRepeat
416
+ 0 , // rotation
417
+ yappRectangle, // openingShape
418
+ 2 , // openingWidth,
419
+ 2 , // openingLength,
420
+ 0 , // openingRadius
421
+ 0 // openingRotation
422
+ ]
423
+ ];
424
+
411
425
maskBars = [yappMaskDef,[
412
426
yappPatternSquareGrid, // pattern
413
427
0 , // hRepeat 0= Default to opening width - no repeat
@@ -438,6 +452,7 @@ preDefinedMasks=[
438
452
["maskHoneycomb" , maskHoneycomb],
439
453
["maskHexCircles" , maskHexCircles],
440
454
["maskCircles" , maskCircles],
455
+ ["maskSquares" , maskSquares],
441
456
["maskBars" , maskBars],
442
457
["maskOffsetBars" , maskOffsetBars],
443
458
];
You can’t perform that action at this time.
0 commit comments