add white stroke to doors
This commit is contained in:
parent
11df6105d3
commit
df0879fa21
1 changed files with 2 additions and 1 deletions
|
@ -100,6 +100,7 @@ class SVGRenderer:
|
|||
svg.add_geometry(crop_to.intersection(geoms.walls.union(add_walls)),
|
||||
fill_color='#aaaaaa', stroke_px=0.5, stroke_color='#aaaaaa', elevation=default_height)
|
||||
|
||||
svg.add_geometry(crop_to.intersection(geoms.doors.difference(add_walls)), fill_color='#ffffff', elevation=0)
|
||||
svg.add_geometry(crop_to.intersection(geoms.doors.difference(add_walls)),
|
||||
fill_color='#ffffff', stroke_px=0.5, stroke_color='#ffffff', elevation=0)
|
||||
|
||||
return svg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue