Part of https://pelson.github.io/2017/xkcd_font_raster_to_vector_and_basic_font_creation/
Last active
August 13, 2017 16:55
-
-
Save pelson/18434e3bd37dcde8dd28a5a24def0060 to your computer and use it in GitHub Desktop.
Converting the rasters glyphs into SVG, and creating a rudimentary font with them
This gist exceeds the recommended number of files (~10).
To access all files, please clone this gist.
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
| <?xml version="1.0" standalone="no"?> | |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" | |
| "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> | |
| <svg version="1.0" xmlns="http://www.w3.org/2000/svg" | |
| width="212.000000pt" height="322.000000pt" viewBox="0 0 212.000000 322.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,322.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1145 3214 c-16 -2 -70 -9 -120 -15 -85 -11 -277 -67 -375 -111 -122 | |
| -54 -309 -166 -340 -203 -14 -17 -63 -118 -91 -188 -10 -26 -28 -61 -40 -76 | |
| -23 -32 -38 -156 -39 -333 0 -53 -4 -118 -10 -145 -5 -26 -14 -171 -20 -321 | |
| -11 -272 -44 -733 -54 -762 -5 -14 -35 -298 -34 -330 0 -8 -5 -58 -10 -110 | |
| -12 -117 -8 -393 7 -440 11 -34 107 -134 120 -125 4 2 13 0 21 -5 7 -4 23 -5 | |
| 35 0 12 4 39 9 61 11 59 4 134 48 134 79 0 6 4 10 9 10 10 0 27 39 23 52 -1 5 | |
| 1 8 6 8 11 0 6 64 -7 89 -7 11 -9 21 -6 21 3 0 1 9 -4 19 -7 13 -6 68 5 177 8 | |
| 88 17 195 19 239 2 44 9 112 15 150 8 56 34 297 52 483 l3 33 85 -62 c47 -35 | |
| 116 -91 153 -125 38 -35 92 -78 120 -98 29 -19 61 -43 72 -53 11 -11 67 -56 | |
| 125 -102 277 -218 494 -434 550 -546 48 -98 102 -242 107 -289 5 -43 13 -58 | |
| 48 -94 46 -46 61 -49 205 -44 61 3 67 5 98 39 17 20 32 42 32 50 0 7 4 13 9 | |
| 13 10 0 6 84 -9 173 -6 34 -13 73 -15 87 -13 75 -112 281 -163 335 -10 11 -34 | |
| 42 -53 69 -44 64 -171 196 -254 266 -36 30 -118 100 -183 156 -102 88 -234 | |
| 196 -325 265 -30 23 -23 39 15 39 27 0 231 81 244 97 6 7 15 13 20 13 5 0 34 | |
| 16 64 36 30 20 71 45 91 55 21 10 43 24 50 31 8 7 36 31 63 52 84 68 215 205 | |
| 237 249 12 23 33 55 46 72 13 16 24 35 25 40 0 6 8 21 17 35 29 41 59 112 71 | |
| 164 6 27 15 57 20 67 20 36 18 180 -3 297 -11 61 -24 112 -29 112 -4 0 -8 6 | |
| -8 14 0 8 -6 21 -12 28 -7 7 -24 33 -37 58 -28 51 -19 42 -142 136 -57 43 | |
| -114 78 -144 87 -109 34 -192 58 -215 62 -35 7 -299 14 -335 9z m300 -365 c4 | |
| -5 45 -28 91 -50 93 -44 138 -91 150 -156 9 -45 -22 -195 -51 -253 -58 -113 | |
| -176 -251 -290 -336 -79 -59 -118 -79 -225 -119 -41 -15 -79 -31 -85 -35 -5 | |
| -4 -44 -17 -85 -29 -97 -28 -265 -38 -353 -21 l-67 12 -1 172 c0 94 -5 209 | |
| -10 256 -5 47 -12 126 -15 177 l-7 92 59 58 c70 70 101 89 219 138 107 45 195 | |
| 72 290 90 86 16 371 20 380 4z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment