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="233.000000pt" height="305.000000pt" viewBox="0 0 233.000000 305.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,305.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2076 3035 c-11 -8 -34 -15 -51 -15 -48 0 -91 -46 -100 -105 -3 -27 | |
| -11 -55 -16 -64 -17 -31 -60 -156 -65 -189 -2 -18 -42 -144 -88 -280 -112 | |
| -327 -124 -363 -136 -387 -18 -36 -88 -253 -117 -360 -3 -11 -11 -27 -18 -35 | |
| -7 -8 -49 -123 -93 -255 -77 -234 -98 -299 -181 -590 -61 -210 -84 -276 -92 | |
| -268 -12 13 -119 231 -119 243 0 6 -22 66 -50 133 -27 67 -60 163 -74 212 -81 | |
| 304 -106 400 -126 485 -13 52 -44 160 -70 240 -26 80 -60 190 -74 245 -43 159 | |
| -78 277 -96 320 -10 22 -23 58 -30 80 -14 44 -108 213 -146 260 -52 63 -60 70 | |
| -89 73 -22 2 -57 -13 -130 -57 -83 -48 -101 -63 -103 -84 -1 -15 -3 -30 -4 | |
| -34 -1 -4 5 -28 14 -53 33 -94 48 -146 48 -163 0 -11 6 -31 14 -45 36 -70 146 | |
| -428 235 -767 18 -66 36 -133 41 -150 5 -16 22 -79 36 -140 15 -60 30 -114 34 | |
| -120 13 -16 59 -185 64 -230 6 -56 72 -236 145 -395 107 -229 136 -276 247 | |
| -386 100 -100 184 -146 274 -150 50 -3 72 3 146 38 43 20 118 113 148 183 10 | |
| 22 25 53 33 68 22 41 93 255 98 295 3 20 18 76 34 126 16 50 48 153 71 230 23 | |
| 76 52 162 64 190 13 28 34 83 46 121 12 39 26 75 30 80 11 16 131 380 135 412 | |
| 2 15 8 40 14 56 6 15 8 27 6 27 -5 0 59 180 81 228 8 18 24 58 35 89 10 31 23 | |
| 61 28 67 10 14 90 254 97 292 2 16 22 72 43 124 67 166 75 226 37 305 -38 82 | |
| -88 115 -169 115 -23 0 -51 -7 -61 -15z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment