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="240.000000pt" height="399.000000pt" viewBox="0 0 240.000000 399.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,399.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1426 3982 c-2 -1 -55 -9 -117 -17 -63 -8 -123 -19 -134 -25 -11 -5 | |
| -54 -19 -95 -31 -173 -50 -460 -213 -490 -277 -6 -14 -20 -32 -31 -40 -11 -8 | |
| -33 -35 -49 -60 l-28 -46 -17 40 c-9 21 -26 49 -38 62 -21 22 -26 23 -107 17 | |
| -155 -13 -181 -36 -185 -170 -2 -53 -8 -102 -13 -108 -7 -8 -7 -44 -1 -102 7 | |
| -57 7 -171 1 -310 -6 -121 -10 -303 -11 -405 -1 -102 -7 -234 -13 -295 -11 | |
| -118 -13 -150 -28 -495 -6 -124 -14 -310 -20 -415 -5 -104 -10 -252 -10 -327 | |
| 0 -75 -4 -139 -9 -142 -28 -18 -32 -225 -8 -371 18 -107 57 -375 57 -394 0 -6 | |
| 14 -24 31 -41 32 -30 34 -30 140 -30 82 0 111 4 123 15 8 8 19 15 25 15 6 0 | |
| 27 16 47 35 36 35 37 37 30 93 -4 31 -11 92 -16 134 -25 218 -21 1028 6 1287 | |
| 8 73 -2 73 159 -5 124 -61 346 -144 478 -179 77 -20 104 -23 220 -19 73 3 164 | |
| 12 204 20 40 8 81 14 91 14 20 0 203 82 225 100 6 6 26 21 42 33 50 37 141 | |
| 139 164 184 11 23 27 46 34 50 25 15 115 202 132 273 2 8 19 69 38 135 19 66 | |
| 49 183 67 260 18 77 36 149 40 160 25 59 43 363 31 500 -10 116 -38 266 -50 | |
| 275 -4 3 -18 32 -31 65 -24 63 -126 225 -140 225 -5 0 -16 8 -25 18 -75 80 | |
| -142 142 -156 142 -8 0 -33 13 -55 30 -21 16 -45 30 -52 30 -7 0 -31 9 -52 20 | |
| -22 11 -40 18 -40 15 0 -3 -15 2 -32 11 -18 10 -42 19 -53 20 -28 5 -47 10 | |
| -66 18 -16 7 -208 14 -213 8z m259 -442 c113 -55 228 -169 270 -266 27 -64 29 | |
| -80 33 -218 2 -81 -1 -194 -7 -250 -17 -149 -61 -384 -81 -436 -10 -25 -27 | |
| -79 -38 -120 -40 -151 -69 -208 -182 -353 -12 -15 -43 -39 -68 -54 -26 -14 | |
| -54 -32 -62 -38 -74 -59 -370 -41 -555 33 -130 52 -419 188 -468 220 -39 26 | |
| -39 26 -33 81 3 31 8 164 11 296 7 309 15 475 25 475 4 0 13 19 21 43 19 58 | |
| 61 139 85 163 11 10 38 34 62 52 23 19 42 39 42 47 0 17 86 124 130 161 52 45 | |
| 75 57 216 120 97 42 148 59 204 66 41 5 100 13 130 18 99 16 176 4 265 -40z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment