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="55.000000pt" height="321.000000pt" viewBox="0 0 55.000000 321.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,321.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M222 3190 c-33 -27 -38 -51 -61 -312 -32 -356 -51 -564 -61 -658 -6 | |
| -47 -14 -161 -20 -255 -5 -93 -16 -217 -24 -275 -12 -84 -42 -545 -44 -675 0 | |
| -16 -3 -133 -6 -259 -5 -177 -2 -253 9 -332 9 -56 17 -120 20 -143 2 -23 16 | |
| -73 30 -110 40 -102 90 -151 159 -156 17 -1 48 -5 69 -9 47 -10 90 6 108 42 | |
| 17 33 51 85 62 93 15 11 26 71 17 90 -6 10 -10 30 -10 45 0 16 -11 39 -24 53 | |
| -22 24 -25 39 -36 181 -6 85 -8 214 -5 285 4 72 8 191 10 265 4 164 21 401 41 | |
| 573 8 70 19 216 24 325 6 108 14 220 20 247 9 51 45 556 44 630 0 22 -3 60 -7 | |
| 85 -3 25 -9 85 -13 133 -10 126 -18 133 -141 142 -54 3 -107 8 -118 10 -11 2 | |
| -30 -5 -43 -15z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment