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="168.000000pt" height="252.000000pt" viewBox="0 0 168.000000 252.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M709 2515 c-3 -3 -28 -12 -55 -19 -27 -8 -73 -21 -103 -30 -30 -8 | |
| -57 -19 -60 -24 -3 -5 -25 -19 -48 -31 -24 -12 -43 -25 -43 -30 0 -5 -17 -20 | |
| -37 -32 -41 -25 -63 -44 -63 -54 0 -3 -27 -40 -61 -83 -72 -91 -125 -193 -169 | |
| -322 -46 -139 -71 -389 -57 -570 9 -121 10 -724 2 -850 -4 -47 -2 -112 4 -145 | |
| 14 -89 52 -225 62 -225 5 0 9 -6 9 -14 0 -27 178 -94 222 -83 64 17 116 77 | |
| 154 180 30 82 16 482 -25 747 -5 31 -5 171 0 320 5 146 10 333 12 415 3 168 5 | |
| 174 92 299 49 70 78 95 147 126 56 25 104 25 175 -1 47 -18 73 -38 141 -108 | |
| 99 -102 147 -181 195 -316 47 -134 54 -173 67 -355 10 -155 2 -394 -19 -520 | |
| -5 -30 -10 -80 -10 -110 -1 -46 -23 -155 -47 -235 -18 -56 -16 -105 6 -139 11 | |
| -19 30 -38 40 -41 10 -3 29 -21 40 -40 21 -33 75 -59 103 -50 7 2 29 6 49 8 | |
| 41 5 93 41 104 72 4 11 11 23 17 27 10 6 15 20 20 58 1 8 7 24 14 35 6 11 20 | |
| 67 31 125 52 269 67 501 51 785 -12 216 -32 323 -94 510 -25 77 -111 266 -124 | |
| 275 -5 3 -16 20 -25 38 -9 17 -20 32 -25 32 -5 0 -13 13 -19 28 -8 25 -170 | |
| 184 -175 173 -1 -2 -36 19 -78 47 -91 61 -176 94 -289 111 -30 5 -71 12 -90 | |
| 16 -19 3 -38 4 -41 0z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment