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="52.000000pt" height="293.000000pt" viewBox="0 0 52.000000 293.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,293.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M112 2891 c-114 -56 -120 -73 -98 -296 3 -33 11 -114 16 -180 6 -66 | |
| 16 -166 22 -221 7 -72 8 -252 2 -605 -19 -1105 -9 -1324 66 -1482 40 -85 76 | |
| -107 177 -107 85 0 132 25 182 95 45 64 55 150 24 193 -11 15 -22 35 -26 45 | |
| -9 24 -32 428 -30 532 1 44 7 330 14 635 12 526 9 672 -15 795 -2 11 1 26 7 | |
| 33 17 21 10 198 -11 297 -16 71 -120 271 -148 283 -61 28 -95 25 -182 -17z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment