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="53.000000pt" height="300.000000pt" viewBox="0 0 53.000000 300.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M130 2993 c-71 -13 -109 -121 -121 -343 -4 -65 12 -924 17 -932 3 -4 | |
| 12 -261 20 -570 15 -591 22 -698 54 -892 16 -94 27 -129 50 -166 49 -77 63 | |
| -85 144 -86 153 -2 193 16 221 99 16 47 14 151 -3 183 -28 54 -62 580 -62 974 | |
| 0 146 -5 351 -11 455 -5 105 -11 411 -13 680 -2 329 -7 504 -15 532 -17 64 | |
| -38 73 -156 72 -55 -1 -111 -4 -125 -6z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment