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="230.000000pt" height="303.000000pt" viewBox="0 0 230.000000 303.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,303.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M945 3020 c-11 -5 -38 -9 -60 -9 -22 -1 -65 -10 -95 -22 -30 -11 -71 | |
| -26 -91 -34 -40 -14 -118 -61 -134 -80 -5 -6 -27 -22 -48 -36 -79 -51 -222 | |
| -285 -257 -419 -6 -25 -16 -65 -23 -90 -6 -25 -11 -97 -11 -160 0 -113 11 | |
| -177 39 -229 7 -14 21 -42 30 -61 33 -70 81 -143 100 -154 11 -6 22 -14 25 | |
| -17 5 -5 17 -12 105 -57 86 -44 122 -55 180 -58 33 -2 74 -5 90 -7 95 -13 493 | |
| 59 530 96 9 9 32 19 53 23 20 3 67 12 104 19 85 15 146 6 198 -30 45 -31 120 | |
| -131 149 -197 78 -182 82 -486 8 -610 -91 -153 -285 -351 -397 -408 -216 -108 | |
| -568 -87 -746 46 -132 99 -157 127 -246 275 -47 79 -88 154 -92 166 -4 11 -13 | |
| 24 -20 26 -8 3 -19 21 -26 41 -6 19 -20 38 -31 41 -10 4 -19 10 -19 15 0 5 | |
| -16 13 -36 19 -30 8 -45 5 -102 -19 -99 -42 -132 -104 -109 -205 15 -67 40 | |
| -143 63 -193 13 -29 24 -58 24 -65 0 -35 55 -118 157 -237 127 -147 159 -177 | |
| 217 -207 17 -8 40 -23 51 -33 11 -10 64 -34 117 -54 54 -20 106 -40 115 -46 | |
| 10 -5 72 -19 138 -30 114 -19 256 -21 405 -6 95 10 288 75 364 124 132 82 317 | |
| 255 408 381 23 31 51 65 64 77 48 43 135 246 152 353 4 25 6 127 5 226 -1 168 | |
| -3 188 -32 295 -18 63 -35 129 -40 145 -8 30 -48 107 -100 195 -30 51 -181 | |
| 203 -226 227 -16 8 -54 31 -82 50 -41 27 -70 37 -125 45 -101 14 -232 10 -303 | |
| -8 -77 -20 -237 -74 -251 -85 -20 -16 -209 -41 -311 -41 -114 -1 -141 9 -168 | |
| 62 -27 52 -29 110 -6 193 12 43 21 88 21 100 0 29 77 139 128 183 55 47 130 | |
| 73 236 83 87 8 131 5 296 -18 41 -5 109 -10 150 -11 41 0 90 -4 109 -10 18 -5 | |
| 90 -19 160 -30 69 -11 159 -28 199 -37 71 -16 74 -16 115 4 41 20 45 26 80 | |
| 121 l38 100 -20 51 c-24 63 -38 77 -98 96 -26 9 -59 22 -73 29 -48 26 -351 70 | |
| -731 105 -135 13 -286 13 -314 1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment