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="199.000000pt" height="216.000000pt" viewBox="0 0 199.000000 216.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,216.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M824 2145 c-10 -8 -29 -15 -41 -15 -25 0 -183 -90 -224 -127 -14 -13 | |
| -29 -23 -35 -23 -12 0 -108 -99 -155 -160 -164 -212 -256 -392 -315 -620 -16 | |
| -63 -40 -260 -49 -400 -14 -221 69 -491 189 -618 75 -80 151 -126 257 -157 87 | |
| -25 96 -26 186 -15 52 6 110 18 129 26 18 8 34 12 34 9 0 -2 17 5 37 17 21 11 | |
| 67 37 103 56 143 78 289 223 456 449 l61 82 16 -72 c9 -40 19 -90 23 -112 14 | |
| -91 64 -247 100 -315 36 -68 42 -75 97 -100 63 -28 169 -40 182 -20 3 6 11 8 | |
| 16 4 5 -3 21 21 36 53 15 32 33 64 40 71 29 29 28 75 -1 131 -45 84 -110 331 | |
| -161 606 -20 109 -41 209 -46 223 -16 41 -33 320 -21 346 6 15 7 49 1 97 -4 | |
| 41 -8 83 -9 95 0 30 -28 58 -86 86 -56 27 -67 27 -169 4 -38 -8 -71 -12 -73 | |
| -8 -1 4 -18 34 -36 67 -19 33 -47 85 -63 115 -34 65 -95 129 -168 175 -17 11 | |
| -43 29 -58 42 -26 21 -39 23 -131 23 -74 0 -107 -4 -122 -15z m165 -463 c16 | |
| -31 38 -64 49 -73 11 -10 24 -25 29 -34 10 -17 140 -58 156 -48 4 2 15 -1 23 | |
| -8 21 -17 63 4 66 33 1 13 4 -22 7 -77 5 -76 2 -117 -11 -170 -26 -104 -124 | |
| -344 -177 -429 -58 -94 -223 -299 -265 -328 -17 -12 -54 -41 -82 -63 -67 -55 | |
| -177 -91 -237 -79 -35 8 -47 17 -74 56 -33 51 -47 102 -65 236 -9 68 -8 109 7 | |
| 225 15 127 55 307 83 379 29 72 133 220 211 301 97 100 128 125 180 143 48 16 | |
| 65 6 100 -64z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment