diff options
author | Garret Fick <garret@ficksworkshop.com> | 2016-07-17 13:14:54 +0800 |
---|---|---|
committer | Garret Fick <garret@ficksworkshop.com> | 2016-07-17 13:14:54 +0800 |
commit | f0585baefa54c5cd891ba04c81053956b1a59977 (patch) | |
tree | 790b776eff169d73700fdd89d2e51bd586e01261 /gerber/tests/resources | |
parent | 0dded38353e1d650458f6401aea37a4aadaf28ff (diff) | |
download | gerbonara-f0585baefa54c5cd891ba04c81053956b1a59977.tar.gz gerbonara-f0585baefa54c5cd891ba04c81053956b1a59977.tar.bz2 gerbonara-f0585baefa54c5cd891ba04c81053956b1a59977.zip |
Create first test that renders and validates the the rendered PNG is correct.
Diffstat (limited to 'gerber/tests/resources')
-rw-r--r-- | gerber/tests/resources/example_two_square_boxes.gbr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gerber/tests/resources/example_two_square_boxes.gbr b/gerber/tests/resources/example_two_square_boxes.gbr new file mode 100644 index 0000000..54a8ac1 --- /dev/null +++ b/gerber/tests/resources/example_two_square_boxes.gbr @@ -0,0 +1,19 @@ +G04 Ucamco ex. 1: Two square boxes* +%FSLAX25Y25*% +%MOMM*% +%TF.Part,Other*% +%LPD*% +%ADD10C,0.010*% +D10* +X0Y0D02* +G01* +X500000Y0D01* +Y500000D01* +X0D01* +Y0D01* +X600000D02* +X1100000D01* +Y500000D01* +X600000D01* +Y0D01* +M02*
\ No newline at end of file |