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="194.000000pt" height="257.000000pt" viewBox="0 0 194.000000 257.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,257.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M699 2547 c-26 -12 -59 -28 -75 -34 -33 -14 -164 -129 -164 -144 0 | |
| -5 -21 -38 -48 -72 -93 -122 -222 -373 -268 -522 -10 -33 -22 -61 -26 -63 -11 | |
| -5 -76 -313 -103 -492 -21 -133 -18 -338 6 -485 39 -235 119 -405 263 -555 53 | |
| -55 187 -128 281 -154 87 -23 258 -24 337 -2 29 9 74 18 100 21 54 6 208 75 | |
| 294 131 109 71 293 224 361 301 37 42 75 84 83 93 52 57 159 270 172 340 4 25 | |
| 10 92 13 150 3 58 8 122 11 143 5 42 -12 196 -26 237 -5 14 -19 59 -31 100 | |
| -63 214 -116 340 -163 386 -28 29 -66 75 -66 81 0 17 -61 78 -99 100 -25 15 | |
| -53 32 -61 38 -8 7 -40 20 -70 31 -68 22 -67 22 -74 63 -5 38 -60 123 -121 | |
| 190 -38 42 -127 92 -170 95 -11 1 -33 6 -50 12 -78 29 -107 34 -181 33 -59 0 | |
| -91 -6 -125 -22z m181 -387 c16 -16 18 -25 10 -40 -6 -11 -8 -20 -5 -20 3 0 | |
| -2 -11 -11 -25 -38 -58 10 -145 103 -187 74 -33 95 -39 166 -44 32 -2 87 -16 | |
| 125 -32 62 -25 70 -33 114 -99 60 -91 139 -316 144 -413 13 -234 5 -302 -51 | |
| -411 -84 -162 -330 -370 -534 -451 -91 -36 -236 -49 -301 -28 -76 25 -161 141 | |
| -204 279 -23 71 -28 111 -33 245 -3 99 -1 186 5 226 44 256 66 365 89 435 38 | |
| 118 124 312 166 377 43 68 167 206 185 207 6 1 21 -8 32 -19z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment