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="237.000000pt" height="233.000000pt" viewBox="0 0 237.000000 233.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,233.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1225 2322 c-11 -2 -27 -9 -35 -16 -8 -7 -32 -21 -53 -31 -20 -11 | |
| -65 -48 -99 -82 -34 -35 -67 -63 -73 -63 -7 0 -22 -12 -36 -26 -13 -14 -51 | |
| -47 -84 -72 -56 -43 -180 -153 -319 -284 -33 -32 -65 -58 -71 -58 -5 0 -93 | |
| -76 -194 -168 -158 -143 -189 -176 -218 -232 -19 -36 -35 -79 -36 -95 -3 -33 | |
| 69 -217 102 -264 12 -16 24 -37 28 -48 10 -23 112 -118 208 -193 124 -96 235 | |
| -202 354 -335 271 -304 394 -390 496 -343 14 6 25 15 25 20 0 4 11 8 24 8 31 | |
| 0 76 56 76 94 0 15 7 43 15 63 24 57 19 86 -25 141 -41 51 -57 62 -90 62 -12 | |
| 0 -41 27 -73 68 -134 167 -373 404 -527 522 -142 108 -175 136 -178 151 -1 9 | |
| 41 53 100 105 57 49 152 134 213 189 60 55 155 140 210 189 119 107 377 368 | |
| 370 375 -3 3 16 26 42 53 69 70 67 90 -14 178 -70 75 -106 99 -138 92z"/> | |
| <path d="M1994 2110 c-68 -6 -45 11 -305 -220 -156 -139 -221 -194 -260 -220 | |
| -21 -14 -92 -71 -158 -127 -67 -57 -124 -103 -126 -103 -8 0 -78 -80 -100 | |
| -113 -15 -23 -20 -51 -22 -112 -1 -44 -4 -93 -7 -110 -4 -22 5 -49 40 -112 25 | |
| -46 48 -83 52 -83 17 0 154 -135 172 -169 22 -43 129 -138 261 -231 50 -36 | |
| 124 -96 163 -133 121 -117 329 -275 395 -301 50 -20 89 -15 141 18 19 12 49 | |
| 28 65 37 34 17 59 73 44 101 -7 12 -5 25 6 42 34 52 -12 111 -200 261 -55 43 | |
| -122 100 -150 125 -27 26 -108 88 -180 140 -125 89 -255 204 -255 224 0 6 -29 | |
| 40 -65 77 l-66 66 78 69 c42 38 102 92 133 119 30 28 93 83 140 122 47 39 96 | |
| 83 110 98 14 15 50 46 80 68 30 22 84 66 120 97 36 31 77 64 93 73 15 10 27 | |
| 26 27 37 0 10 5 22 10 25 6 3 10 22 10 40 0 28 -11 47 -60 101 -79 86 -107 | |
| 101 -186 94z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment