added stroke width for inkpacking

This commit is contained in:
Mario Voigt 2020-12-13 00:48:36 +01:00
parent 67b8998c61
commit 559ecb6d9e
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class inkpacking(inkex.Effect):
box_id = self.svg.get_unique_id('box')
self.box = g = etree.SubElement(self.svg.get_current_layer(), 'g', {'id':box_id})
line_style = str(inkex.Style(({ 'stroke': '#000000', 'fill': 'none' })))
line_style = str(inkex.Style(({ 'stroke': '#000000', 'fill': 'none', 'stroke-width':'0.1' })))
gflapoffy = (gflapsize / sin( (gflapangle / 360) * 6.28 )) * sin( ((90 - gflapangle) / 360 ) * 6.28)
# Side Glueflap