Merge pull request #10816 from Roy-043/Arch-ArchSectionPlane.getSVG-add-linespacing-argument

Arch: ArchSectionPlane.getSVG add linespacing argument
This commit is contained in:
Yorik van Havre
2023-09-26 10:59:14 +02:00
committed by GitHub

View File

@@ -281,6 +281,7 @@ def getSVG(source,
linewidth=1,
lineColor=(0.0, 0.0, 0.0),
fontsize=1,
linespacing=None,
showFill=False,
fillColor=(1.0, 1.0, 1.0),
techdraw=False,
@@ -504,6 +505,7 @@ def getSVG(source,
scale=scale,
linewidth=svgSymbolLineWidth,
fontsize=fontsize,
linespacing=linespacing,
direction=direction,
color=lineColor,
techdraw=techdraw,
@@ -526,6 +528,7 @@ def getSVG(source,
scale=scale,
linewidth=svgSymbolLineWidth,
fontsize=fontsize,
linespacing=linespacing,
direction=direction,
color=lineColor,
techdraw=techdraw,
@@ -558,6 +561,7 @@ def getSVG(source,
scale=scale,
linewidth=svgSymbolLineWidth,
fontsize=fontsize,
linespacing=linespacing,
fillstyle="none",
direction=direction,
color=lineColor,