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="212.000000pt" height="259.000000pt" viewBox="0 0 212.000000 259.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,259.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1165 2584 c-256 -24 -517 -111 -661 -219 -77 -57 -84 -64 -84 -79 0 | |
| -8 -7 -16 -15 -20 -9 -3 -15 0 -15 9 0 26 -37 35 -139 35 -106 0 -138 -7 -170 | |
| -39 -41 -41 -43 -65 -47 -568 -2 -330 -7 -452 -18 -520 -19 -105 -22 -598 -5 | |
| -730 6 -45 12 -120 14 -165 5 -153 12 -171 90 -236 45 -37 84 -54 108 -46 12 | |
| 5 43 7 70 6 43 -2 51 1 85 36 61 63 69 80 67 157 -1 39 -5 102 -9 140 -5 47 | |
| -1 133 13 265 26 256 30 314 36 508 2 90 9 180 14 200 5 20 17 100 26 177 27 | |
| 223 111 453 196 534 136 130 472 197 804 161 178 -19 172 -17 179 -52 8 -39 | |
| 43 -72 98 -91 144 -49 145 -49 185 -35 72 25 102 71 119 183 6 35 6 36 -2 94 | |
| -4 26 -16 55 -30 70 -13 14 -24 29 -24 32 0 16 -46 56 -89 79 -27 14 -67 36 | |
| -91 48 -23 13 -54 25 -69 28 -14 2 -78 12 -141 22 -108 17 -385 26 -495 16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment