diff options
author | jaseg <git@jaseg.de> | 2021-06-13 22:32:04 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-06-13 22:32:04 +0200 |
commit | 0b8e99f79a168c1899949b7466755b4f8e06bac3 (patch) | |
tree | 72d9f7c09dd247371b436c3628764b2b63cfb99f /gerbonara/gerber/tests/golden | |
parent | 5225d3da8bdd4ed2b33e43692a4e1a340eb4989b (diff) | |
download | gerbonara-0b8e99f79a168c1899949b7466755b4f8e06bac3.tar.gz gerbonara-0b8e99f79a168c1899949b7466755b4f8e06bac3.tar.bz2 gerbonara-0b8e99f79a168c1899949b7466755b4f8e06bac3.zip |
Remove single-quadrant support
The gerber spec is pretty explicit that this is a super-legacy feature
that is not worth supporting. Looking at gerbv, an implementation would
come with considerable complexity.
Diffstat (limited to 'gerbonara/gerber/tests/golden')
-rw-r--r-- | gerbonara/gerber/tests/golden/example_single_quadrant.gbr | 16 | ||||
-rw-r--r-- | gerbonara/gerber/tests/golden/example_single_quadrant.png | bin | 9658 -> 0 bytes |
2 files changed, 0 insertions, 16 deletions
diff --git a/gerbonara/gerber/tests/golden/example_single_quadrant.gbr b/gerbonara/gerber/tests/golden/example_single_quadrant.gbr deleted file mode 100644 index b0a3166..0000000 --- a/gerbonara/gerber/tests/golden/example_single_quadrant.gbr +++ /dev/null @@ -1,16 +0,0 @@ -%FSLAX23Y23*% -%MOIN*% -%ADD10C,0.01*% -G74* -D10* -%LPD*% -G01X1100Y600D02* -G03X700Y1000I-400J0D01* -G03X300Y600I0J-400D01* -G03X700Y200I400J0D01* -G03X1100Y600I0J400D01* -G01X300D02* -X1100D01* -X700Y200D02* -Y1000D01* -M02* diff --git a/gerbonara/gerber/tests/golden/example_single_quadrant.png b/gerbonara/gerber/tests/golden/example_single_quadrant.png Binary files differdeleted file mode 100644 index 89b763f..0000000 --- a/gerbonara/gerber/tests/golden/example_single_quadrant.png +++ /dev/null |