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="158.000000pt" height="346.000000pt" viewBox="0 0 158.000000 346.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,346.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M695 3444 c-16 -8 -36 -21 -43 -28 -15 -15 -43 -110 -75 -256 -11 | |
| -52 -24 -97 -29 -100 -4 -3 -12 -35 -18 -70 -5 -36 -14 -87 -19 -115 -6 -27 | |
| -10 -84 -11 -125 -1 -41 -5 -97 -10 -125 -4 -27 -11 -68 -15 -90 -14 -87 -11 | |
| -83 -62 -87 -27 -3 -86 -12 -133 -21 -47 -9 -116 -21 -155 -26 -60 -9 -74 -15 | |
| -99 -42 -28 -31 -28 -34 -21 -113 16 -186 72 -228 287 -213 66 5 121 7 122 5 | |
| 4 -5 -11 -157 -34 -353 -12 -99 -20 -197 -17 -217 3 -20 -1 -92 -9 -160 -7 | |
| -68 -11 -170 -9 -228 3 -58 7 -177 10 -265 5 -174 19 -259 66 -399 57 -171 | |
| 159 -296 294 -363 132 -65 203 -65 435 1 8 3 58 26 110 52 76 38 110 63 171 | |
| 124 42 42 80 88 84 101 4 13 16 36 27 51 11 16 22 40 24 55 3 15 7 30 10 35 | |
| 13 21 -9 88 -40 120 -41 42 -174 83 -233 72 -44 -8 -58 -21 -102 -91 -18 -29 | |
| -54 -68 -80 -87 -64 -47 -170 -88 -217 -84 -34 3 -43 9 -71 52 -39 59 -68 164 | |
| -87 316 -12 94 -13 154 -6 320 17 354 41 713 50 729 9 18 40 245 40 296 0 33 | |
| 0 34 58 41 130 15 291 52 310 70 44 43 51 66 53 175 3 129 -8 152 -86 170 -49 | |
| 11 -175 3 -258 -17 l-29 -7 6 44 c22 163 54 451 55 484 1 69 10 253 13 261 5 | |
| 18 -26 84 -41 88 -13 4 -179 36 -185 36 0 0 -14 -7 -31 -16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment