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="234.000000pt" height="335.000000pt" viewBox="0 0 234.000000 335.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,335.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M970 3340 c0 -5 -29 -8 -70 -5 -38 2 -70 0 -70 -5 0 -5 -44 -18 -97 | |
| -30 -167 -37 -324 -113 -447 -217 -22 -18 -45 -33 -52 -33 -41 0 -92 -48 -106 | |
| -98 -5 -20 -32 -83 -59 -139 -27 -56 -49 -114 -49 -130 0 -15 -4 -45 -9 -66 | |
| -6 -24 -5 -50 2 -74 9 -30 20 -40 60 -57 l49 -21 -7 -625 c-9 -822 -14 -1217 | |
| -19 -1370 -3 -119 -2 -127 22 -165 14 -22 32 -45 40 -51 23 -17 247 -27 275 | |
| -13 29 16 58 49 51 60 -3 5 -1 9 4 9 18 0 30 47 22 89 -8 42 -4 544 7 904 6 | |
| 184 6 187 27 181 121 -35 244 -78 301 -107 28 -14 91 -39 140 -55 241 -82 306 | |
| -121 460 -276 95 -97 133 -144 182 -227 94 -160 235 -465 322 -697 20 -54 45 | |
| -83 93 -108 22 -12 33 -11 75 1 26 8 58 15 69 15 40 0 115 41 135 73 30 48 19 | |
| 108 -66 347 -38 108 -222 477 -303 607 -164 264 -320 416 -538 523 l-114 56 | |
| 76 28 c42 15 95 41 118 57 22 17 59 42 81 56 66 43 156 129 222 211 35 42 63 | |
| 82 63 87 0 6 10 21 23 35 40 44 108 212 115 282 7 72 7 263 0 293 -10 46 -41 | |
| 140 -47 145 -4 3 -15 22 -24 42 -10 21 -29 50 -42 64 -14 15 -25 31 -25 35 0 | |
| 5 -6 9 -13 9 -8 0 -31 22 -53 50 -21 27 -47 49 -56 50 -9 0 -23 6 -30 13 -39 | |
| 38 -275 167 -307 167 -5 0 -42 11 -83 25 -103 35 -348 74 -348 55z m192 -428 | |
| c18 -10 89 -40 157 -66 111 -44 130 -55 192 -113 82 -78 94 -110 85 -226 -4 | |
| -65 -12 -91 -46 -155 -49 -95 -144 -201 -237 -265 -51 -35 -97 -56 -174 -79 | |
| -101 -30 -111 -31 -354 -37 -137 -3 -252 -5 -254 -4 -2 1 -4 193 -5 427 l-1 | |
| 425 75 35 c107 50 126 56 210 72 104 19 308 11 352 -14z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment