- modified the default drawing tolerance from 0.01 to 0.001

This commit is contained in:
Marius Stanciu
2020-12-11 19:30:31 +02:00
committed by Marius
parent d8b22f045a
commit f613c8e9a6
3 changed files with 4 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ class ShapeCollectionVisual(CompoundVisual):
self.freeze()
def add(self, shape=None, color=None, face_color=None, alpha=None, visible=True,
update=False, layer=1, tolerance=0.01, linewidth=None):
update=False, layer=1, tolerance=0.001, linewidth=None):
"""
Adds shape to collection
:return: