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="182.000000pt" height="293.000000pt" viewBox="0 0 182.000000 293.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,293.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M190 2922 c0 -6 -8 -13 -18 -17 -23 -7 -42 -46 -42 -85 0 -16 -4 -40 | |
| -9 -53 -6 -14 -12 -77 -15 -140 -3 -63 -9 -174 -14 -248 -5 -74 -9 -147 -9 | |
| -164 0 -61 -34 -472 -43 -520 -6 -27 -13 -133 -16 -235 -3 -101 -7 -188 -10 | |
| -191 -5 -9 -6 -352 0 -519 4 -138 5 -147 47 -275 30 -91 38 -110 81 -198 34 | |
| -72 133 -155 251 -211 91 -42 108 -47 205 -54 85 -6 127 -4 202 9 177 33 405 | |
| 87 440 106 14 7 41 16 60 19 19 3 49 9 65 14 17 5 91 25 165 46 185 50 242 81 | |
| 277 148 13 25 12 61 -2 106 -1 3 -5 17 -9 33 -5 15 -12 27 -16 27 -4 0 -17 22 | |
| -28 49 -28 67 -61 85 -134 70 -62 -13 -374 -92 -468 -119 -177 -50 -372 -94 | |
| -438 -98 -99 -6 -184 19 -219 65 -36 47 -63 143 -64 226 0 40 -4 106 -8 147 | |
| -14 137 5 491 64 1219 8 101 19 274 25 385 5 111 12 227 16 258 14 116 -18 | |
| 172 -106 187 -95 17 -230 24 -230 13z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment