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="234.000000pt" height="333.000000pt" viewBox="0 0 234.000000 333.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,333.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M935 3320 c-11 -5 -33 -11 -48 -15 -15 -3 -35 -14 -45 -25 -9 -11 | |
| -22 -20 -29 -20 -7 0 -17 -10 -24 -21 -6 -12 -26 -35 -45 -51 -30 -27 -86 | |
| -129 -149 -273 -8 -16 -20 -46 -29 -65 -29 -66 -66 -173 -82 -234 -9 -34 -19 | |
| -65 -23 -71 -7 -9 -47 -147 -56 -194 -2 -9 -11 -45 -20 -81 -9 -36 -19 -78 | |
| -21 -94 -4 -36 -12 -63 -29 -101 -7 -16 -20 -66 -30 -110 -9 -44 -26 -119 -36 | |
| -166 -42 -188 -133 -694 -148 -829 -6 -52 -17 -117 -25 -145 -45 -161 -66 | |
| -252 -80 -348 -22 -165 -17 -173 151 -217 171 -45 197 -10 308 425 19 77 44 | |
| 200 55 275 11 74 24 158 30 185 13 73 72 340 75 343 5 5 129 14 155 11 14 -1 | |
| 43 -2 65 -1 284 9 564 21 620 26 73 7 184 31 297 64 l66 20 12 -66 c14 -83 23 | |
| -171 50 -482 11 -135 25 -273 30 -306 11 -70 13 -151 4 -216 -5 -36 -12 -49 | |
| -37 -63 -76 -45 -82 -73 -36 -148 17 -27 32 -68 35 -91 2 -23 5 -48 7 -56 4 | |
| -23 50 -120 56 -120 3 0 22 -10 41 -22 42 -26 152 -40 205 -25 11 3 23 6 27 6 | |
| 17 2 68 62 68 79 0 10 9 54 20 97 19 73 20 104 16 389 -3 280 -14 463 -46 786 | |
| -21 215 -94 564 -136 657 -8 18 -17 48 -19 66 -6 45 -67 209 -105 282 -136 | |
| 258 -195 349 -334 510 -138 159 -256 267 -362 330 -32 19 -64 39 -71 44 -6 6 | |
| -23 13 -37 17 -14 3 -26 10 -26 15 0 5 -9 9 -20 9 -12 0 -33 6 -48 14 -31 15 | |
| -166 20 -197 6z m251 -500 c38 -30 92 -80 118 -110 27 -30 68 -75 93 -100 46 | |
| -46 155 -203 209 -300 34 -61 134 -283 134 -298 0 -13 -227 -69 -330 -82 -134 | |
| -17 -417 -25 -433 -12 -20 17 -111 12 -185 -9 -37 -10 -68 -19 -70 -19 -1 0 0 | |
| 24 4 53 10 86 61 270 134 483 37 110 70 213 73 230 8 49 80 215 109 251 12 14 | |
| 26 6 144 -87z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment