From 57941b1b76ffbdb9a5eeb9fef5e3c2365e3a4b84 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 5 Feb 2022 12:34:28 +0100 Subject: Arc approx WIP --- examples/gerbv_test_files/test-polygon-fill-1.gbx | 45 ----------------------- 1 file changed, 45 deletions(-) delete mode 100755 examples/gerbv_test_files/test-polygon-fill-1.gbx (limited to 'examples/gerbv_test_files/test-polygon-fill-1.gbx') diff --git a/examples/gerbv_test_files/test-polygon-fill-1.gbx b/examples/gerbv_test_files/test-polygon-fill-1.gbx deleted file mode 100755 index ec25644..0000000 --- a/examples/gerbv_test_files/test-polygon-fill-1.gbx +++ /dev/null @@ -1,45 +0,0 @@ -G04 Test drawing with polygon apertures* -G04 Four small polygon fills aranged in a square -G04 Hand coded by Julian Lamb * -%MOIN*% -%FSLAX23Y23*% -%ADD10C,0.050*% - -G04 Draw a rectangle with a rounded right side* -G36* -G01X0Y0D02* -X00200Y0D01* -G75* -G03X00200Y00200I0J00100D01* -X0Y00200D01* -G04 Do not close with a final line, so let gerbv automatically close* -G37* - -G04 Draw a simple square* -G36* -G01X00400Y0D02* -X00600Y0D01* -X00600Y00200D01* -X00400Y00200D01* -X00400Y0D01* -G37* - -G04 Draw a small diamond* -G36* -G01X00100Y00300D02* -X00200Y00400D01* -X00100Y00500D01* -X0Y00400D01* -X00100Y00300D01* -G37* - -G04 Draw a very-narrow slit* -G36* -G01X00500Y00300D02* -X00510Y00300D01* -X00510Y00500D01* -X00500Y00500D01* -X00500Y00300D01* -G37* - -M02* -- cgit