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="171.000000pt" height="231.000000pt" viewBox="0 0 171.000000 231.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,231.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M650 2301 c-14 -4 -58 -19 -99 -31 -53 -17 -90 -36 -130 -70 -61 -51 | |
| -111 -105 -111 -121 0 -6 -22 -56 -49 -112 -46 -96 -99 -277 -86 -296 2 -5 -2 | |
| -49 -10 -97 -7 -49 -17 -110 -20 -136 -5 -41 -9 -47 -34 -53 -35 -7 -65 -38 | |
| -85 -87 -37 -87 -17 -860 24 -953 5 -11 12 -40 15 -65 11 -75 43 -190 58 -204 | |
| 22 -22 100 -59 132 -62 17 -2 44 -6 60 -8 17 -2 39 0 50 4 28 11 95 76 95 93 | |
| 0 8 9 26 21 41 27 34 27 45 33 611 3 248 7 464 10 480 3 17 8 71 10 122 3 51 | |
| 9 109 15 130 5 21 19 83 31 138 27 127 57 216 85 251 20 25 30 29 95 32 161 9 | |
| 327 -34 725 -188 100 -39 135 -20 189 109 37 90 40 109 23 176 -3 11 -6 23 -6 | |
| 27 -3 28 -440 193 -646 244 -107 27 -346 42 -395 25z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment