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="223.000000pt" height="317.000000pt" viewBox="0 0 223.000000 317.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,317.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1094 3159 c-16 -4 -47 -13 -69 -22 -22 -8 -56 -21 -75 -28 -19 -8 | |
| -61 -31 -92 -51 -31 -21 -60 -38 -64 -38 -24 0 -231 -206 -304 -304 -28 -36 | |
| -50 -67 -50 -70 0 -3 -28 -47 -62 -98 -140 -209 -275 -552 -346 -873 -18 -81 | |
| -35 -343 -28 -440 15 -226 33 -334 85 -490 47 -142 57 -165 102 -245 23 -41 | |
| 50 -91 60 -110 25 -48 122 -146 198 -200 128 -89 300 -160 392 -160 15 0 30 | |
| -4 33 -9 3 -4 38 -11 78 -14 89 -8 203 15 373 74 17 6 44 14 62 19 55 13 200 | |
| 98 328 191 68 49 127 89 131 89 4 0 37 24 73 54 146 120 197 179 251 295 11 | |
| 24 29 56 40 71 40 56 20 110 -64 179 -79 64 -105 66 -156 12 -20 -21 -46 -42 | |
| -58 -45 -11 -4 -26 -13 -32 -21 -7 -8 -21 -15 -31 -15 -10 0 -67 -42 -126 -92 | |
| -349 -299 -583 -411 -822 -395 -112 8 -185 43 -270 128 -76 77 -98 114 -146 | |
| 239 -50 132 -72 231 -85 400 -13 153 -9 238 17 385 33 190 142 524 211 645 46 | |
| 81 195 294 232 330 48 49 200 174 228 189 26 14 88 17 123 6 39 -13 89 -58 | |
| 111 -100 11 -22 24 -42 27 -45 4 -3 26 -38 50 -78 46 -77 67 -92 131 -97 35 | |
| -3 122 34 182 77 26 18 27 22 24 91 -4 87 -6 94 -46 182 -18 39 -40 86 -49 | |
| 105 -8 19 -45 66 -81 104 -56 59 -81 77 -185 127 -118 58 -121 59 -196 57 -42 | |
| -2 -90 -6 -105 -9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment