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="60.000000pt" height="339.000000pt" viewBox="0 0 60.000000 339.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,339.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M186 3368 c-20 -18 -33 -51 -58 -148 -30 -115 -33 -138 -34 -295 -1 | |
| -189 -45 -890 -70 -1115 -26 -235 -29 -415 -10 -580 10 -79 17 -192 17 -250 0 | |
| -58 6 -150 14 -205 7 -55 16 -145 20 -200 7 -124 25 -209 70 -341 9 -27 19 | |
| -60 22 -74 5 -28 75 -108 117 -135 33 -20 162 -30 201 -15 42 16 115 98 116 | |
| 130 1 17 2 36 3 43 1 6 0 16 -2 21 -3 5 -7 29 -9 54 -5 55 -30 101 -60 108 | |
| -12 3 -24 13 -27 22 -10 37 -26 132 -36 222 -6 52 -15 120 -20 150 -5 30 -12 | |
| 171 -15 313 -3 142 -9 267 -15 276 -13 25 -14 238 -1 286 5 22 13 122 15 221 | |
| 4 108 12 208 21 247 10 45 17 144 21 304 3 131 9 256 14 278 5 22 10 108 10 | |
| 190 1 83 7 184 14 225 10 52 11 77 3 82 -6 3 -10 36 -9 75 0 39 -4 75 -11 84 | |
| -14 19 -156 49 -230 49 -33 0 -53 -6 -71 -22z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment