We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe22d9 commit 865cab9Copy full SHA for 865cab9
InteractiveHtmlBom/ecad/kicad.py
@@ -258,8 +258,7 @@ def parse_text(self, d):
258
"svgpath": create_path(lines)
259
}
260
elif hasattr(d, 'GetEffectiveTextShape'):
261
- shape = d.GetEffectiveTextShape(
262
- aTriangulate=False) # type: pcbnew.SHAPE_COMPOUND
+ shape = d.GetEffectiveTextShape(False) # type: pcbnew.SHAPE_COMPOUND
263
segments = []
264
polygons = []
265
for s in shape.GetSubshapes():
0 commit comments