Skip to content

Commit 59e88ab

Browse files
authored
Merge pull request #27 from quinnjn/patch-1
Fix variable name typo
2 parents b34af8d + e21e26c commit 59e88ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcodeplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def parseSVG(svgTree, tolerance=0.05, shader=None, strokeAll=False, pens=None, e
596596
del data[strokePen]
597597

598598
if shader is not None and shader.isActive() and path.svgState.fill is not None and (extractColor is None or
599-
isSameColor(path.svgStatefill, extractColor)):
599+
isSameColor(path.svgState.fill, extractColor)):
600600
pen = getPen(pens, path.svgState.fill)
601601

602602
if pen not in data:

0 commit comments

Comments
 (0)