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="173.000000pt" height="307.000000pt" viewBox="0 0 173.000000 307.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,307.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M229 3054 c-57 -24 -70 -58 -86 -228 -7 -83 -13 -225 -13 -316 0 | |
| -107 -6 -196 -17 -255 -12 -68 -14 -123 -10 -227 4 -82 2 -140 -4 -143 -5 -4 | |
| -9 -63 -10 -133 0 -70 -4 -165 -9 -212 -4 -47 -13 -155 -20 -240 -7 -85 -16 | |
| -164 -21 -175 -12 -28 -34 -355 -34 -505 0 -133 10 -322 21 -405 14 -98 54 | |
| -162 127 -201 23 -12 42 -13 115 -4 111 14 127 21 150 67 25 49 52 271 52 429 | |
| 1 420 59 651 210 838 73 90 176 164 319 227 94 42 135 47 166 21 38 -32 51 | |
| -79 116 -399 4 -22 16 -144 26 -270 18 -225 21 -482 8 -700 -10 -171 3 -186 | |
| 166 -203 189 -21 202 -12 218 145 6 61 16 148 23 194 20 139 -21 808 -52 863 | |
| -5 9 -9 41 -8 70 1 65 -28 232 -47 268 -8 15 -16 38 -18 51 -8 40 -99 229 | |
| -111 229 -7 0 -34 23 -61 50 -27 28 -54 50 -60 50 -7 0 -31 13 -56 29 -41 28 | |
| -51 30 -159 32 -123 3 -240 -20 -274 -53 -9 -9 -41 -26 -71 -37 -69 -26 -227 | |
| -122 -282 -173 -24 -21 -45 -38 -49 -38 -4 0 -4 35 0 78 10 124 8 1007 -3 | |
| 1122 -6 58 -10 112 -11 120 0 9 -13 23 -29 33 -37 21 -151 22 -202 1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment