From ba920604311d73fd3a9563d4fcb147d508f080cf 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