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="412.000000pt" height="320.000000pt" viewBox="0 0 412.000000 320.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,320.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2860 3190 c-14 -4 -38 -8 -54 -9 -16 -1 -37 -7 -45 -15 -9 -8 -29 | |
| -17 -45 -20 -16 -3 -46 -21 -65 -40 -20 -19 -55 -53 -78 -75 -24 -22 -43 -43 | |
| -43 -47 0 -4 -24 -46 -54 -93 -30 -47 -66 -117 -81 -156 -15 -38 -45 -106 -66 | |
| -150 -21 -44 -49 -109 -62 -145 -14 -36 -32 -78 -41 -95 -9 -16 -16 -36 -16 | |
| -43 0 -7 -4 -20 -10 -30 -18 -31 -79 -264 -106 -402 -14 -74 -39 -189 -55 | |
| -255 -16 -66 -50 -247 -76 -402 l-47 -282 -27 15 c-33 17 -139 18 -206 3 -112 | |
| -26 -230 -62 -253 -78 -31 -22 -372 -133 -535 -174 -164 -42 -272 -44 -330 -4 | |
| -52 34 -102 118 -114 187 -18 106 -34 407 -28 520 24 467 38 697 42 709 3 8 | |
| 12 73 20 145 8 72 22 183 30 246 8 63 15 151 15 195 0 44 5 100 10 125 6 33 4 | |
| 52 -6 73 -29 55 -50 67 -154 84 l-99 17 -43 -24 c-24 -13 -48 -31 -55 -39 -24 | |
| -32 -45 -145 -99 -526 -25 -181 -52 -496 -64 -745 -13 -275 -15 -553 -5 -571 | |
| 4 -6 7 -42 6 -79 -2 -123 57 -346 116 -435 15 -22 28 -46 29 -54 2 -8 15 -26 | |
| 31 -40 15 -14 40 -40 54 -58 14 -17 46 -41 70 -54 24 -12 59 -33 77 -47 17 | |
| -13 62 -31 100 -40 93 -21 299 -24 392 -6 156 31 505 142 654 208 62 29 285 | |
| 91 293 82 8 -7 -28 -195 -38 -202 -14 -8 -11 -52 8 -111 16 -51 21 -56 108 | |
| -113 86 -55 94 -59 126 -49 19 5 46 20 60 32 35 29 123 166 127 196 2 14 10 | |
| 34 17 45 8 12 19 64 25 116 7 52 23 166 37 254 13 87 27 191 30 230 3 39 8 76 | |
| 13 81 7 9 31 150 36 205 1 14 2 29 3 34 0 5 31 6 69 3 76 -6 206 4 437 34 255 | |
| 33 348 40 551 42 l191 2 12 -60 c34 -184 71 -1054 46 -1094 -4 -7 5 -38 20 | |
| -69 29 -59 68 -102 92 -102 7 0 24 -7 36 -15 35 -23 77 -20 136 10 53 26 90 | |
| 59 91 81 0 6 9 18 20 25 12 9 20 26 20 44 3 351 -1 611 -9 695 -6 58 -12 125 | |
| -12 150 -1 51 -24 256 -38 340 -5 30 -14 96 -21 145 -13 105 -35 213 -60 305 | |
| -10 36 -23 90 -30 120 -18 83 -71 252 -86 275 -7 11 -22 45 -34 75 -89 230 | |
| -231 465 -364 603 -31 32 -56 62 -56 66 0 14 -170 143 -220 167 -117 56 -257 | |
| 85 -320 64z m179 -459 c126 -85 335 -374 371 -513 6 -24 26 -79 44 -123 60 | |
| -145 94 -239 101 -281 l6 -41 -153 -7 c-84 -5 -187 -9 -228 -11 -41 -2 -147 | |
| -11 -235 -20 -88 -9 -223 -20 -301 -24 -77 -4 -146 -11 -154 -16 -17 -11 -8 | |
| 69 19 170 97 354 131 448 239 665 95 191 111 217 142 232 52 27 70 23 149 -31z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment