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="314.000000pt" viewBox="0 0 207.000000 314.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,314.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1388 3135 c-3 -3 -32 -13 -65 -20 -82 -19 -226 -63 -232 -72 -3 -5 | |
| -42 -25 -86 -46 -198 -95 -251 -126 -356 -208 -48 -38 -114 -99 -147 -137 | |
| -106 -120 -220 -339 -244 -472 -34 -187 -36 -217 -23 -317 7 -54 16 -107 20 | |
| -118 4 -11 9 -27 12 -35 4 -8 8 -23 9 -33 5 -25 53 -115 86 -161 18 -26 58 | |
| -56 114 -88 81 -46 90 -49 136 -44 28 4 58 11 68 16 10 6 35 10 55 10 23 0 48 | |
| 9 68 24 18 13 64 40 102 61 39 21 88 51 110 65 100 67 354 160 439 160 31 0 | |
| 35 -4 63 -67 32 -71 95 -266 112 -343 18 -85 33 -292 27 -354 -20 -180 -80 | |
| -328 -166 -413 -57 -56 -63 -60 -175 -99 -74 -27 -91 -29 -220 -29 -116 0 | |
| -152 4 -210 22 -134 42 -323 193 -380 305 -14 25 -47 69 -74 98 -27 28 -57 62 | |
| -67 76 -33 43 -89 100 -110 112 -17 9 -33 6 -83 -18 -161 -76 -194 -129 -150 | |
| -238 43 -110 101 -214 171 -307 48 -65 211 -215 290 -268 77 -52 244 -137 269 | |
| -137 6 0 25 -6 42 -14 37 -17 73 -22 222 -35 212 -19 368 6 531 85 51 24 96 | |
| 49 99 54 3 6 16 10 27 10 25 0 127 104 193 195 79 112 139 261 181 450 27 123 | |
| 25 411 -4 525 -12 47 -32 128 -45 180 -42 167 -110 331 -171 413 -72 98 -126 | |
| 142 -217 179 -68 28 -81 30 -159 25 -47 -3 -112 -13 -145 -22 -33 -10 -89 -25 | |
| -125 -35 -109 -29 -253 -97 -416 -197 -103 -63 -100 -62 -113 -4 -11 50 -4 | |
| 140 20 264 16 87 83 191 190 297 90 88 107 100 240 167 250 125 352 151 522 | |
| 133 101 -10 108 -9 153 12 26 12 60 21 75 20 40 -3 65 26 88 101 l20 68 -21 | |
| 17 c-24 19 -40 36 -83 87 -16 19 -36 35 -43 35 -15 0 -94 41 -103 54 -8 10 | |
| -311 21 -321 11z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment