Closes #5
This commit is contained in:
@@ -220,6 +220,7 @@ for card_data in cards:
|
||||
width=x_width - (border_width_x * 2),
|
||||
height=200,
|
||||
path=card_skin_data["image_path"],
|
||||
preserveAspectRatio="xMidYMid slice",
|
||||
)
|
||||
)
|
||||
d.append(dw.Rectangle(x=2, y=65 - 1, width=border_width_x - 2, height=200 + 2))
|
||||
|
||||
Reference in New Issue
Block a user