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="315.000000pt" viewBox="0 0 52.000000 315.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M210 3134 c-101 -17 -121 -26 -144 -66 -16 -27 -17 -38 -6 -111 7 | |
| -50 21 -98 35 -123 22 -38 24 -46 14 -100 -5 -33 -11 -102 -13 -154 -22 -599 | |
| -28 -792 -31 -1135 -8 -805 -13 -1006 -30 -1099 -9 -50 -21 -96 -26 -103 -18 | |
| -20 0 -133 21 -133 4 0 35 -24 68 -54 57 -51 63 -54 114 -54 29 0 60 6 68 13 | |
| 8 8 22 15 30 17 18 4 79 97 80 121 0 9 4 17 8 17 11 0 46 179 48 245 1 28 5 | |
| 304 8 615 4 311 12 734 18 940 7 206 11 408 9 449 -2 52 2 78 12 90 17 19 17 | |
| 18 20 156 2 109 -20 311 -42 378 -8 23 -24 41 -54 57 -23 13 -44 27 -47 31 | |
| -11 15 -78 17 -160 3z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment