Draft: rename svg parameter to fillspaces (lowercase)

This commit is contained in:
vocx-fc
2020-09-08 23:27:35 -05:00
committed by Yorik van Havre
parent 3c2b47e458
commit 8195f5fdfe
2 changed files with 15 additions and 11 deletions

View File

@@ -562,7 +562,7 @@ def getSVG(source,
color=lineColor,
techdraw=techdraw,
rotation=rotation,
fillSpaces=fillSpaces)
fillspaces=fillSpaces)
if not techdraw:
svg += '</g>'