Arch: ArchSectionPlane.getSVG add linespacing argument

Forum topic:
https://forum.freecad.org/viewtopic.php?t=81470
This commit is contained in:
Roy-043
2023-09-25 22:09:41 +02:00
parent f23caf4d5c
commit 64c346b7fa

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,