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="224.000000pt" height="301.000000pt" viewBox="0 0 224.000000 301.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,301.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1275 3001 c-11 -5 -114 -12 -230 -16 -116 -4 -271 -10 -345 -15 -81 | |
| -4 -143 -3 -156 2 -14 7 -39 5 -79 -6 -32 -8 -62 -13 -66 -10 -13 8 -292 -66 | |
| -326 -87 -45 -28 -70 -72 -68 -122 2 -53 32 -177 48 -197 20 -25 59 -38 91 | |
| -29 16 5 70 11 120 14 50 3 116 10 146 15 30 5 84 10 119 11 77 3 75 5 85 | |
| -140 3 -50 10 -112 16 -138 5 -26 14 -115 20 -198 6 -82 17 -188 25 -235 8 | |
| -47 16 -159 19 -250 3 -91 15 -324 27 -517 22 -344 22 -353 4 -373 -18 -20 | |
| -18 -26 -5 -93 23 -119 24 -210 4 -249 -20 -39 -20 -82 2 -181 28 -130 43 | |
| -149 124 -153 25 -1 70 -9 101 -18 53 -16 59 -16 93 0 20 10 36 21 36 25 0 5 | |
| 12 20 26 34 15 15 28 42 32 68 11 64 4 875 -8 1012 -6 66 -15 199 -20 295 -14 | |
| 250 -28 443 -39 530 -6 41 -15 133 -22 203 -8 90 -22 167 -49 262 l-37 134 51 | |
| 5 c253 27 711 31 1016 10 l95 -6 30 31 c17 17 35 31 41 31 6 0 18 8 27 18 13 | |
| 15 17 39 17 111 0 109 -21 164 -67 176 -15 3 -31 11 -34 17 -4 6 -40 15 -80 | |
| 21 -93 12 -757 19 -784 8z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment