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