Created
June 28, 2017 04:03
-
-
Save hzeller/9547e7ea6bc7bd1ed7851edbdf695c23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%!PS-Adobe-3.0 | |
%%BoundingBox: 0 0 400 300 | |
/mm { 72 25.4 div mul } bind def | |
/radius 53 mm def | |
/height 5 mm def | |
/angle 120 def | |
/offset 20 mm def | |
/mirror { | |
0 0 radius height add angle 2 div neg angle 2 div arc | |
0 0 radius height sub angle 2 div angle 2 div neg arcn closepath | |
stroke | |
} def | |
-28 mm 50 mm translate | |
mirror | |
offset 0 translate mirror | |
offset 0 translate mirror | |
offset 0 translate mirror | |
offset 0 translate mirror | |
showpage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment