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="170.000000pt" height="323.000000pt" viewBox="0 0 170.000000 323.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,323.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M190 3198 c-20 -18 -43 -49 -52 -68 -35 -73 -77 -256 -92 -395 -3 | |
| -27 -10 -79 -15 -115 -5 -36 -13 -146 -18 -245 -9 -193 -8 -1164 2 -1640 3 | |
| -159 5 -335 5 -390 -1 -227 63 -339 188 -334 26 2 65 -1 87 -5 33 -6 46 -4 74 | |
| 16 67 45 73 65 82 306 11 294 16 345 45 502 44 236 62 298 124 435 17 39 41 | |
| 93 51 122 28 74 151 238 237 316 41 37 77 67 82 67 42 0 150 -231 204 -435 20 | |
| -77 43 -158 51 -180 27 -78 55 -288 55 -410 0 -134 -20 -312 -49 -424 -18 -73 | |
| -18 -119 0 -152 5 -9 45 -38 90 -65 82 -48 130 -58 194 -42 33 8 101 158 125 | |
| 276 11 57 18 107 15 112 -3 4 -1 10 5 12 5 1 12 65 16 141 7 138 2 210 -33 | |
| 442 -8 55 -15 109 -14 120 2 30 -50 235 -59 235 -5 0 -11 15 -15 33 -23 108 | |
| -149 427 -191 484 -13 17 -24 38 -24 46 0 26 -165 168 -207 179 -86 21 -210 | |
| 31 -219 17 -3 -5 -23 -9 -45 -9 -21 0 -39 -4 -39 -10 0 -5 -11 -12 -25 -16 | |
| -14 -3 -25 -10 -25 -15 0 -5 -7 -9 -16 -9 -8 0 -51 -25 -94 -56 -73 -53 -155 | |
| -143 -246 -271 -17 -24 -35 -47 -39 -51 -4 -4 -5 63 -1 148 3 85 7 339 7 563 | |
| 1 225 5 425 9 445 5 20 11 90 15 156 8 150 3 158 -94 180 -97 22 -111 21 -151 | |
| -16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment