fix: background colour
This commit is contained in:
parent
3220b6aa64
commit
050c1da950
@ -244,7 +244,7 @@ def make_wallpaper(
|
||||
if perlin:
|
||||
gen = CoordsGenerator(x, y)
|
||||
|
||||
elements = [svg.Rect(width=x, height=y, color=background)]
|
||||
elements = [svg.Rect(width=x, height=y, fill=background)]
|
||||
style = svg.Style(
|
||||
text="\n".join(
|
||||
[f".c{colour[1:]} {{ fill: {colour}; }}" for colour in speckle_colours]
|
||||
|
Loading…
Reference in New Issue
Block a user