Fixes
This commit is contained in:
2
setup.py
2
setup.py
@ -70,7 +70,7 @@ with Screen('main', width=Width, height=Height) as screen:
|
||||
Ellipse(0, 0, BeadRadius, BeadRadius)
|
||||
FillPath()
|
||||
with Pattern('mask_pattern', width=screen.width, height=screen.height) as container:
|
||||
with Group('master_mask', color=MaskColor, x=container.width/2, y=container.height/2):
|
||||
with Group('main_mask', color=MaskColor, x=container.width/2, y=container.height/2):
|
||||
with Path(tags='background'):
|
||||
Ellipse(x=0, y=0, radiusX=MaskOuterRadius, radiusY=MaskOuterRadius)
|
||||
FillPath()
|
||||
|
Reference in New Issue
Block a user