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="48.000000pt" height="280.000000pt" viewBox="0 0 48.000000 280.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,280.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M160 2789 c-98 -12 -106 -16 -130 -56 -21 -36 -22 -45 -16 -178 27 | |
| -627 29 -1311 4 -1840 -19 -399 -4 -536 70 -645 35 -53 64 -67 141 -69 62 -2 | |
| 72 1 122 33 108 70 118 83 119 176 3 116 0 131 -25 156 -24 24 -25 28 -25 177 | |
| 0 84 4 189 10 233 15 131 24 1124 11 1229 -6 55 -7 105 -2 128 5 21 5 70 1 | |
| 110 -5 39 -11 113 -14 163 -10 161 -34 322 -50 342 -46 56 -67 60 -216 41z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment