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="191.000000pt" height="336.000000pt" viewBox="0 0 191.000000 336.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,336.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M873 3339 c-43 -28 -64 -66 -117 -218 -25 -71 -50 -138 -55 -148 -16 | |
| -28 -136 -408 -161 -510 -27 -106 -12 -98 -195 -109 -60 -4 -119 -11 -129 -17 | |
| -11 -5 -53 -13 -94 -18 -61 -7 -78 -13 -98 -34 -22 -24 -24 -32 -18 -98 3 -40 | |
| 7 -86 10 -103 12 -79 125 -128 296 -129 91 0 107 -2 104 -15 -23 -82 -82 -632 | |
| -79 -745 4 -191 17 -317 39 -375 7 -19 23 -75 34 -124 12 -49 32 -111 46 -137 | |
| 13 -27 24 -55 24 -62 0 -8 25 -51 55 -95 30 -45 55 -85 55 -90 0 -15 117 -120 | |
| 158 -143 51 -28 102 -58 132 -79 27 -18 174 -57 275 -72 188 -28 436 28 571 | |
| 128 55 41 144 133 144 149 0 8 5 15 11 17 14 5 30 133 22 183 -8 55 -43 105 | |
| -92 135 -23 14 -53 44 -67 68 -19 32 -31 42 -51 42 -26 0 -100 -38 -135 -68 | |
| -20 -17 -24 -63 -8 -93 7 -13 7 -19 0 -19 -5 0 -10 -8 -10 -18 0 -10 -20 -37 | |
| -44 -61 -38 -37 -56 -46 -123 -62 -99 -24 -151 -24 -247 1 -58 15 -91 30 -134 | |
| 64 -82 63 -106 92 -150 176 -50 95 -67 155 -87 304 -30 230 -19 489 36 861 28 | |
| 192 28 193 44 199 17 6 213 29 240 28 21 -1 147 20 225 37 61 14 180 14 219 0 | |
| 55 -19 96 -4 161 61 33 32 62 69 65 82 6 28 1 93 -9 130 -10 36 -96 94 -175 | |
| 119 -57 17 -76 18 -187 10 -68 -5 -128 -13 -134 -16 -6 -3 -36 -8 -68 -11 -31 | |
| -3 -99 -12 -149 -20 -114 -17 -105 -18 -99 4 46 164 147 540 156 582 7 30 18 | |
| 72 26 94 7 21 11 43 8 48 -3 5 -6 29 -6 54 0 32 -5 50 -18 62 -16 13 -163 72 | |
| -179 72 -3 0 -20 -10 -38 -21z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment