remove filter and clip_path

This commit is contained in:
Laura Klünder 2017-11-05 13:30:45 +01:00
parent e0ae343503
commit 0f251af6a9
3 changed files with 6 additions and 11 deletions

View file

@ -106,7 +106,7 @@ class ImageRenderer:
walls = bbox.intersection(geoms.walls.union(add_walls))
if walls is not None:
svg.add_geometry(walls, heigth=default_height, fill=FillAttribs('#aaaaaa'))
svg.add_geometry(walls, height=default_height, fill=FillAttribs('#aaaaaa'))
if not geoms.doors.is_empty:
svg.add_geometry(bbox.intersection(geoms.doors.difference(add_walls)), fill=FillAttribs('#ffffff'),