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="207.000000pt" height="218.000000pt" viewBox="0 0 207.000000 218.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,218.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M977 2159 c-36 -9 -68 -15 -70 -13 -2 2 -29 -7 -61 -21 -31 -14 -62 | |
| -25 -68 -25 -18 0 -138 -79 -213 -141 -111 -91 -192 -183 -289 -332 -208 -317 | |
| -318 -801 -256 -1123 11 -56 24 -112 29 -125 44 -114 61 -142 135 -226 76 -86 | |
| 238 -145 397 -143 46 0 91 -1 99 -1 23 -3 180 31 214 46 17 7 76 32 131 55 | |
| 184 78 344 196 457 338 8 11 16 1 33 -40 51 -124 78 -170 130 -226 30 -33 67 | |
| -63 82 -67 15 -3 40 -16 56 -27 36 -26 129 -33 167 -13 14 7 34 26 46 42 29 | |
| 40 76 176 68 199 -19 58 -28 73 -47 78 -45 13 -111 90 -145 171 -12 28 -35 | |
| 104 -52 170 -26 101 -32 151 -40 315 -6 107 -15 218 -20 245 -18 99 -23 273 | |
| -9 356 l13 80 -30 54 c-30 57 -43 66 -126 86 -27 6 -48 17 -48 25 0 16 -61 | |
| 116 -78 127 -7 5 -21 17 -31 28 -87 93 -321 147 -474 108z m247 -408 c14 -14 | |
| 26 -30 26 -37 0 -7 20 -29 45 -50 44 -36 45 -38 39 -83 -3 -25 -9 -131 -14 | |
| -236 -8 -195 -39 -433 -66 -518 -19 -57 -128 -198 -189 -245 -54 -41 -204 | |
| -123 -277 -150 -38 -14 -93 -23 -172 -28 l-115 -7 -34 34 c-47 48 -62 124 -62 | |
| 319 1 163 4 181 65 377 31 101 91 227 149 312 21 31 92 108 157 172 97 94 129 | |
| 120 174 136 30 11 62 23 70 26 8 4 52 5 97 4 71 -2 85 -5 107 -26z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment