mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Fixed #3342
This commit is contained in:
@@ -839,6 +839,10 @@ class SvgWriter:
|
|||||||
text_tag.add(tspan)
|
text_tag.add(tspan)
|
||||||
line_number += 1
|
line_number += 1
|
||||||
|
|
||||||
|
if add_fill_bg:
|
||||||
|
# return line_number back to the original value
|
||||||
|
line_number -= len(text_lines)
|
||||||
|
|
||||||
if "fill-bg" in classes:
|
if "fill-bg" in classes:
|
||||||
add_text_tag(True)
|
add_text_tag(True)
|
||||||
add_text_tag(False)
|
add_text_tag(False)
|
||||||
|
|||||||
Reference in New Issue
Block a user