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="181.000000pt" height="322.000000pt" viewBox="0 0 181.000000 322.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,322.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M865 3195 c-14 -14 -25 -31 -25 -37 0 -6 -6 -19 -14 -27 -7 -9 -40 | |
| -90 -72 -181 -32 -91 -64 -176 -71 -189 -11 -23 -19 -57 -72 -296 -11 -49 -27 | |
| -122 -37 -161 l-18 -71 -95 -7 c-81 -6 -118 -15 -234 -58 -144 -53 -187 -79 | |
| -213 -131 -20 -37 -15 -65 32 -167 38 -83 61 -102 101 -85 10 4 65 9 123 11 | |
| 101 3 157 9 185 20 10 4 12 -5 9 -38 -2 -24 -6 -52 -9 -64 -2 -11 -7 -47 -10 | |
| -79 -3 -32 -19 -151 -34 -264 -45 -318 -40 -611 13 -818 8 -28 11 -54 9 -57 | |
| -3 -3 11 -45 32 -93 38 -89 113 -199 163 -240 15 -12 43 -35 62 -51 98 -81 | |
| 252 -120 400 -101 92 12 158 31 275 79 50 20 94 37 99 37 4 0 46 25 92 56 46 | |
| 32 86 57 89 57 3 0 22 18 43 40 128 136 143 194 76 295 -32 48 -39 53 -92 65 | |
| -31 7 -62 17 -69 23 -30 22 -136 -16 -148 -54 -13 -40 -165 -137 -298 -190 | |
| -63 -26 -171 -28 -216 -5 -48 25 -121 136 -127 193 -3 26 -12 90 -20 140 -23 | |
| 153 -19 436 11 633 30 201 72 440 78 446 9 9 343 5 437 -5 121 -13 241 -14 | |
| 274 -1 44 16 96 76 96 108 0 16 3 63 6 104 7 73 6 75 -25 111 -41 46 -75 53 | |
| -336 67 -278 15 -377 28 -370 49 2 9 11 49 20 90 8 40 32 141 54 225 111 437 | |
| 122 495 110 540 -10 37 -31 51 -123 82 -91 31 -128 31 -161 -1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment