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="169.000000pt" height="212.000000pt" viewBox="0 0 169.000000 212.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,212.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1130 2109 c-159 -8 -318 -39 -362 -70 -15 -10 -30 -19 -33 -19 -3 0 | |
| -42 -18 -85 -40 -63 -31 -97 -57 -164 -127 -100 -104 -156 -171 -156 -186 -1 | |
| -7 -9 -22 -18 -33 -18 -21 -21 -21 -91 -9 -71 12 -72 12 -114 -16 -59 -39 -73 | |
| -69 -89 -189 -14 -103 -17 -316 -5 -355 9 -30 29 -386 32 -575 3 -172 15 -251 | |
| 55 -350 26 -66 43 -86 93 -112 49 -25 102 -30 141 -13 47 21 70 28 79 27 4 -1 | |
| 7 3 7 9 0 5 5 7 10 4 6 -3 10 -1 10 5 0 6 4 9 9 6 5 -3 17 11 26 31 42 88 46 | |
| 127 51 498 6 384 9 435 43 615 24 125 49 180 132 293 95 129 205 189 379 207 | |
| 161 16 233 13 316 -15 84 -28 121 -31 167 -11 28 11 40 29 81 116 56 119 55 | |
| 148 -4 188 -19 13 -45 32 -57 42 -12 10 -35 25 -50 33 -27 14 -225 59 -247 55 | |
| -6 0 -76 -4 -156 -9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment