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="193.000000pt" height="221.000000pt" viewBox="0 0 193.000000 221.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,221.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M788 2200 c-9 -6 -29 -12 -45 -14 -15 -1 -64 -23 -108 -47 -44 -25 | |
| -93 -51 -108 -59 -91 -46 -332 -377 -372 -510 -4 -14 -16 -43 -26 -65 -36 -82 | |
| -92 -308 -108 -445 -16 -125 -18 -419 -5 -455 7 -16 19 -59 29 -95 29 -115 89 | |
| -223 169 -303 39 -40 86 -79 104 -86 17 -7 32 -17 32 -22 0 -15 81 -30 174 | |
| -32 109 -1 125 2 204 42 34 17 65 32 69 32 41 5 222 143 289 219 21 25 44 50 | |
| 50 55 37 32 212 275 199 275 -3 0 2 11 11 25 20 31 34 32 34 3 0 -38 59 -379 | |
| 76 -438 25 -90 63 -159 111 -205 78 -76 134 -90 223 -59 54 19 73 38 90 90 7 | |
| 21 17 44 24 49 14 12 20 32 20 65 0 37 -6 48 -42 88 -19 20 -40 52 -47 69 -15 | |
| 35 -55 257 -61 334 -4 53 -20 164 -34 229 -5 25 -14 90 -20 145 -6 55 -20 142 | |
| -31 194 -23 112 -24 161 -5 227 22 79 13 167 -23 205 -23 25 -140 60 -176 53 | |
| -17 -3 -45 -3 -62 1 -28 5 -33 10 -33 33 0 15 -10 76 -22 136 -15 78 -28 116 | |
| -45 137 -33 39 -74 67 -107 73 -15 3 -41 13 -59 24 -18 10 -52 20 -76 21 -24 | |
| 2 -55 7 -68 12 -32 12 -204 11 -225 -1z m169 -379 c18 -5 55 -28 82 -51 44 | |
| -37 52 -50 62 -99 16 -75 38 -95 103 -86 27 3 55 13 63 21 21 20 24 18 13 -12 | |
| -6 -14 -10 -50 -10 -80 0 -76 -36 -178 -130 -369 -110 -225 -236 -410 -353 | |
| -521 -215 -203 -283 -213 -348 -52 -27 65 -30 86 -35 227 -6 142 -4 169 21 | |
| 300 36 192 56 256 122 381 108 207 229 320 373 349 3 1 20 -3 37 -8z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment