Fix #4588 fix broken rev cloud styles in sheets.

This commit is contained in:
Stephen Boddy
2025-06-20 23:13:43 +01:00
committed by Andrej
parent 94f98b1e0e
commit c5987bca3d
@@ -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: