We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ec671 commit ab2315bCopy full SHA for ab2315b
PillowImageConverter.py
@@ -24,6 +24,6 @@
24
# image_file.save('result.png') # save result - not required
25
print(lines)
26
print("Poly.push(generated_polyline)")
27
-print("bt.scale((Poly), [0.1, 0.1])")
+#print("bt.scale((Poly), [0.1, 0.1])")
28
print("bt.rotate(Poly, 180)")
29
print("drawLines(Poly)")
0 commit comments