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="54.000000pt" height="287.000000pt" viewBox="0 0 54.000000 287.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,287.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M275 2862 c-11 -2 -62 -17 -114 -34 -105 -34 -131 -55 -150 -119 -23 | |
| -78 13 -273 56 -304 15 -11 18 -35 20 -187 1 -95 5 -191 9 -213 4 -22 7 -94 7 | |
| -160 0 -112 -6 -224 -32 -695 -10 -175 -14 -671 -6 -790 5 -84 42 -219 70 | |
| -256 70 -91 118 -114 207 -98 24 4 45 8 48 8 3 1 19 11 37 24 17 12 36 22 42 | |
| 22 12 0 71 121 71 146 0 7 -14 36 -30 63 l-31 49 -10 254 c-9 249 -6 378 21 | |
| 818 8 130 30 583 33 685 2 68 -6 197 -19 313 -16 136 -65 307 -116 405 -28 52 | |
| -38 62 -60 58 -5 0 -8 3 -8 7 0 9 -12 10 -45 4z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment