Created
September 23, 2016 16:32
-
-
Save mossmann/f4d484be178da67ea3125b6be336e099 to your computer and use it in GitHub Desktop.
Flocos logo
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
%! | |
/c {closepath} bind def | |
/a {arc} bind def | |
/v {arcn} bind def | |
/n {newpath} bind def | |
/s {stroke} bind def | |
90 rotate | |
5 -5 scale | |
10 20 translate | |
2 setlinewidth | |
%f | |
n | |
20 44 3 90 180 a | |
15 25 2 0 270 v | |
14 21 2 90 270 a | |
15 17 2 90 0 v | |
20 12 3 180 270 a | |
28 11 2 270 90 a | |
27 15 2 270 180 v | |
27 17 2 180 90 v | |
28 21 2 270 90 a | |
27 25 2 270 180 v | |
22 44 3 0 90 a | |
c | |
s | |
%l | |
n | |
35 12 3 180 270 a | |
37 12 3 270 0 a | |
37 44 3 0 90 a | |
35 44 3 90 180 a | |
c | |
s | |
%o | |
n | |
45 22 3 180 270 a | |
59 22 3 270 0 a | |
59 44 3 0 90 a | |
45 44 3 90 180 a | |
c | |
s | |
n | |
52 25 2 180 270 a | |
56 25 2 270 0 a | |
56 41 2 0 90 a | |
52 41 2 90 180 a | |
c | |
s | |
%c | |
n | |
82 39 2 180 0 a | |
81 44 3 0 90 a | |
67 44 3 90 180 a | |
67 22 3 180 270 a | |
81 22 3 270 0 a | |
82 25 2 0 180 a | |
78 25 2 0 270 v | |
74 25 2 270 180 v | |
74 41 2 180 90 v | |
78 41 2 90 0 v | |
c | |
s | |
%o | |
n | |
89 44 3 90 180 a | |
89 22 3 180 270 a | |
103 22 3 270 0 a | |
103 44 3 0 90 a | |
c | |
s | |
n | |
96 41 2 90 180 a | |
96 25 2 180 270 a | |
100 25 2 270 0 a | |
100 41 2 0 90 a | |
c | |
s | |
%s | |
n | |
111 44 3 90 180 a | |
110 39 2 180 0 a | |
114 41 2 180 90 v | |
118 41 2 90 0 v | |
118 36 2 0 270 v | |
111 31 3 90 180 a | |
111 22 3 180 270 a | |
125 22 3 270 0 a | |
126 25 2 0 180 a | |
122 25 2 0 270 v | |
114 25 2 270 180 v | |
114 28 2 180 90 v | |
125 33 3 270 0 a | |
125 44 3 0 90 a | |
c | |
s | |
showpage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment