mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +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:
|
if "filter" in attrib:
|
||||||
# example use "#fill-background" filter
|
# example use "#fill-background" filter
|
||||||
attrib["filter"] = replace_urls(attrib["filter"])
|
attrib["filter"] = replace_urls(attrib["filter"])
|
||||||
|
if "style" in attrib:
|
||||||
|
attrib["style"] = replace_urls(attrib["style"])
|
||||||
if svg_element.tag == f"{SVG}use":
|
if svg_element.tag == f"{SVG}use":
|
||||||
href_attrib = f"{XLINK}href"
|
href_attrib = f"{XLINK}href"
|
||||||
if href_attrib in attrib:
|
if href_attrib in attrib:
|
||||||
|
|||||||
Reference in New Issue
Block a user