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="86.000000pt" height="257.000000pt" viewBox="0 0 86.000000 257.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,257.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M335 2549 c-96 -22 -275 -85 -296 -105 -45 -40 -48 -124 -10 -224 29 | |
| -76 52 -88 161 -84 47 1 101 5 120 8 147 23 269 35 350 33 90 -2 97 -1 132 26 | |
| 31 24 37 36 46 90 26 155 27 149 -10 194 -18 23 -41 42 -50 42 -10 1 -18 5 | |
| -18 10 0 28 -317 36 -425 10z"/> | |
| <path d="M330 1758 c-60 -25 -70 -33 -84 -63 -9 -17 -23 -88 -33 -156 -21 | |
| -158 -25 -741 -5 -859 7 -41 13 -127 13 -190 -1 -143 24 -354 47 -400 24 -50 | |
| 69 -90 101 -90 14 0 76 9 136 21 91 17 114 25 133 46 26 31 26 22 8 119 -8 44 | |
| -20 134 -25 202 -6 67 -12 126 -12 130 -1 4 0 12 1 17 7 28 -3 272 -12 294 -6 | |
| 16 -9 130 -7 291 1 146 3 285 3 310 1 111 -14 264 -29 286 -10 16 -31 26 -67 | |
| 33 -93 17 -142 20 -168 9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment