From ef2864cfb329683b1c7cdc7f3a991b7aa94cacbe Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 6 Apr 2023 15:17:37 +0200 Subject: Copper fill WIP --- gerbonara/tests/test_cad.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gerbonara/tests/test_cad.py (limited to 'gerbonara/tests/test_cad.py') diff --git a/gerbonara/tests/test_cad.py b/gerbonara/tests/test_cad.py new file mode 100644 index 0000000..4d11304 --- /dev/null +++ b/gerbonara/tests/test_cad.py @@ -0,0 +1,5 @@ + +from ..utils import setup_svg +from ..cad import primitives + +def test_route -- cgit