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="161.000000pt" height="237.000000pt" viewBox="0 0 161.000000 237.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,237.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M640 2363 c-36 -2 -69 -8 -74 -14 -6 -5 -18 -9 -29 -9 -10 0 -44 -12 | |
| -75 -27 -119 -56 -280 -247 -335 -399 -40 -111 -45 -126 -57 -179 -6 -27 -17 | |
| -63 -25 -80 -32 -71 -40 -195 -40 -585 1 -212 4 -421 7 -465 4 -44 10 -118 13 | |
| -165 16 -215 67 -355 143 -394 70 -35 190 -27 212 15 6 10 16 19 24 19 17 0 | |
| 53 43 71 86 12 30 13 54 6 133 -19 187 -42 356 -52 374 -21 39 -33 548 -17 | |
| 753 10 130 50 284 102 389 51 103 78 133 132 145 32 7 46 4 93 -20 65 -34 87 | |
| -53 161 -140 110 -129 206 -314 245 -476 14 -59 29 -112 34 -118 28 -36 48 | |
| -547 24 -592 -7 -11 -15 -56 -18 -100 -7 -86 -40 -227 -60 -260 -27 -43 -3 | |
| -119 51 -161 20 -15 51 -41 70 -56 33 -28 99 -43 110 -26 3 5 14 9 24 9 19 0 | |
| 27 5 76 47 22 18 87 189 97 253 3 19 16 89 28 155 20 105 23 151 22 375 0 188 | |
| -5 277 -16 340 -9 47 -21 112 -28 145 -6 33 -14 65 -18 70 -4 6 -16 37 -26 70 | |
| -10 33 -21 65 -25 70 -3 6 -15 33 -25 60 -31 88 -136 282 -193 357 -57 76 | |
| -277 298 -295 298 -5 0 -25 11 -43 25 -18 14 -38 25 -44 25 -7 0 -24 6 -38 14 | |
| -28 14 -135 48 -143 44 -2 -1 -33 -3 -69 -5z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment