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="50.000000pt" height="310.000000pt" viewBox="0 0 50.000000 310.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,310.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M222 3075 c-11 -14 -26 -49 -32 -78 -7 -28 -15 -56 -19 -62 -7 -11 | |
| -31 -179 -61 -420 -10 -88 -24 -191 -30 -230 -20 -131 -51 -440 -62 -630 -13 | |
| -209 -17 -1143 -6 -1381 10 -239 32 -267 211 -272 107 -4 113 -3 138 20 21 20 | |
| 28 39 35 89 4 35 8 381 9 769 1 457 5 745 12 820 7 63 15 183 18 265 8 210 24 | |
| 456 35 545 13 99 30 355 30 453 0 101 -14 116 -114 128 -121 14 -142 12 -164 | |
| -16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment