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="193.000000pt" height="252.000000pt" viewBox="0 0 193.000000 252.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M990 2494 c-36 -13 -88 -35 -116 -49 -114 -54 -346 -255 -465 -402 | |
| -89 -110 -212 -302 -243 -379 -15 -38 -34 -82 -43 -99 -23 -44 -61 -157 -90 | |
| -265 -43 -163 -43 -446 1 -625 24 -95 78 -215 136 -301 16 -25 30 -49 30 -54 | |
| 0 -15 110 -128 138 -143 115 -60 211 -106 232 -112 14 -4 39 -13 55 -20 46 | |
| -20 159 -37 272 -42 101 -5 121 -2 367 52 75 16 324 136 417 201 83 59 227 | |
| 194 237 223 5 14 10 51 11 81 l2 55 -74 73 c-107 103 -136 100 -293 -30 -85 | |
| -69 -138 -103 -239 -153 -161 -79 -244 -105 -360 -112 -192 -12 -348 48 -447 | |
| 172 -64 79 -84 123 -104 225 -18 95 -15 350 5 405 6 17 22 73 36 125 56 205 | |
| 178 400 372 593 138 137 211 190 288 207 44 10 53 8 99 -14 56 -27 238 -169 | |
| 246 -191 6 -15 54 -71 67 -76 4 -2 20 -23 36 -46 30 -48 45 -51 124 -31 59 14 | |
| 79 32 104 88 27 60 28 76 13 135 -8 27 -14 62 -14 76 0 14 -7 41 -16 60 -21 | |
| 42 -116 143 -167 176 -21 13 -46 37 -55 53 -9 16 -35 37 -57 47 -22 10 -64 33 | |
| -93 51 -78 46 -124 59 -242 65 -96 6 -111 4 -170 -19z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment