mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix #4588 fix broken rev cloud styles in sheets.
This commit is contained in:
@@ -374,6 +374,8 @@ class SheetBuilder:
|
||||
if "filter" in attrib:
|
||||
# example use "#fill-background" filter
|
||||
attrib["filter"] = replace_urls(attrib["filter"])
|
||||
if "style" in attrib:
|
||||
attrib["style"] = replace_urls(attrib["style"])
|
||||
if svg_element.tag == f"{SVG}use":
|
||||
href_attrib = f"{XLINK}href"
|
||||
if href_attrib in attrib:
|
||||
|
||||
Reference in New Issue
Block a user