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="172.000000pt" height="229.000000pt" viewBox="0 0 172.000000 229.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,229.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M774 2275 c-109 -19 -177 -46 -229 -87 -5 -5 -27 -21 -47 -36 -41 | |
| -30 -154 -167 -227 -276 -41 -61 -56 -74 -92 -86 -63 -21 -105 -71 -128 -150 | |
| -7 -25 -17 -50 -22 -56 -5 -6 -9 -42 -9 -80 0 -38 -2 -175 -6 -304 -13 -468 | |
| -5 -769 22 -905 18 -87 59 -192 88 -223 29 -33 106 -70 136 -66 105 13 155 33 | |
| 171 67 5 12 20 37 34 55 23 33 24 35 20 225 -2 106 -6 224 -8 262 -2 39 -10 | |
| 160 -17 270 -7 110 -10 261 -8 335 4 120 8 144 36 216 45 119 106 223 193 328 | |
| 73 87 109 116 146 116 8 0 72 -29 142 -65 163 -84 307 -122 491 -132 70 -3 | |
| 139 -3 154 1 47 12 93 68 99 122 3 26 1 59 -3 73 -5 14 -11 47 -15 73 -4 29 | |
| -16 60 -31 77 -23 28 -29 29 -132 36 -59 3 -141 13 -182 21 -78 16 -228 82 | |
| -260 114 -15 15 -138 60 -225 83 -11 3 -52 -1 -91 -8z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment