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="185.000000pt" height="323.000000pt" viewBox="0 0 185.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="M1610 3223 c-57 -9 -71 -15 -99 -42 -17 -16 -33 -40 -36 -53 -10 -43 | |
| -25 -310 -31 -553 -5 -228 -11 -374 -25 -597 l-12 -187 -73 69 c-41 38 -86 72 | |
| -101 76 -16 4 -35 13 -43 20 -24 21 -119 60 -180 74 -30 7 -57 17 -60 21 -8 | |
| 12 -201 13 -230 1 -14 -5 -29 -10 -35 -11 -75 -11 -186 -80 -288 -180 -91 -89 | |
| -150 -167 -200 -268 -20 -39 -40 -74 -45 -77 -5 -3 -24 -45 -42 -93 -17 -48 | |
| -36 -97 -40 -108 -43 -108 -61 -211 -61 -338 1 -60 3 -111 5 -115 2 -4 11 -48 | |
| 20 -97 14 -82 26 -121 72 -223 8 -18 35 -62 60 -97 24 -36 44 -69 44 -73 1 | |
| -22 140 -143 222 -193 192 -118 343 -166 534 -170 130 -2 203 16 345 88 37 18 | |
| 70 33 74 33 4 0 38 27 76 60 64 55 72 59 97 49 58 -22 94 -19 130 12 18 16 37 | |
| 29 42 29 11 0 50 36 50 47 0 4 10 17 22 30 23 25 32 70 17 89 -5 5 -8 39 -8 | |
| 75 1 35 -4 76 -9 91 -6 15 -13 82 -16 150 -3 68 -8 166 -12 218 -6 99 38 1017 | |
| 56 1170 6 47 13 209 16 360 5 261 -2 386 -26 515 -5 28 -12 76 -16 108 -8 79 | |
| -28 97 -108 96 -34 -1 -72 -3 -86 -6z m-643 -1597 c124 -63 165 -121 183 -258 | |
| 20 -154 23 -173 30 -183 9 -12 33 -156 27 -162 -2 -2 4 -43 14 -91 10 -48 25 | |
| -118 33 -157 8 -38 21 -98 29 -131 l15 -62 -75 -67 c-109 -99 -125 -105 -263 | |
| -105 -142 0 -180 12 -304 91 -83 53 -97 66 -154 152 -79 117 -92 160 -92 301 | |
| 0 201 46 328 207 572 32 49 125 125 168 137 42 12 115 -3 182 -37z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment