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="190.000000pt" height="233.000000pt" viewBox="0 0 190.000000 233.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,233.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1060 2322 c-14 -2 -29 -8 -34 -13 -6 -5 -18 -9 -29 -9 -30 0 -208 | |
| -89 -257 -129 -67 -55 -211 -199 -266 -266 -65 -80 -196 -290 -245 -392 -35 | |
| -73 -96 -232 -135 -353 -8 -25 -24 -88 -35 -140 -11 -52 -25 -103 -30 -114 | |
| -12 -22 -31 -245 -22 -260 4 -6 6 -26 4 -44 -2 -38 35 -215 52 -247 6 -11 12 | |
| -25 13 -32 4 -21 93 -137 132 -171 31 -27 101 -77 146 -103 39 -23 136 -43 | |
| 202 -41 86 2 266 36 307 58 15 8 27 13 27 9 0 -3 11 2 25 11 14 9 38 18 53 19 | |
| 15 1 59 23 98 48 39 24 86 53 105 62 38 20 176 134 228 189 19 20 38 36 42 36 | |
| 3 0 14 -28 23 -62 45 -167 66 -215 109 -254 54 -50 92 -51 205 -4 141 58 145 | |
| 82 67 335 -76 249 -119 434 -119 515 0 14 6 54 13 90 6 36 14 160 17 275 5 | |
| 174 3 217 -9 246 -8 20 -18 54 -22 77 -11 68 -92 128 -179 134 -33 3 -37 6 | |
| -33 27 4 21 -18 118 -56 238 -24 79 -162 233 -208 233 -8 0 -21 6 -27 12 -13 | |
| 13 -118 26 -162 20z m97 -395 c17 -23 36 -61 42 -83 6 -22 22 -51 36 -64 13 | |
| -13 32 -44 41 -69 9 -25 23 -59 31 -74 11 -22 13 -35 5 -50 -25 -53 -33 -191 | |
| -22 -371 5 -99 14 -184 19 -189 15 -15 -24 -112 -75 -191 -179 -274 -559 -495 | |
| -724 -421 -49 22 -73 60 -95 157 -16 66 -17 91 -7 219 9 120 17 165 51 274 | |
| 101 329 266 596 499 809 30 27 142 96 157 96 6 0 25 -19 42 -43z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment