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="200.000000pt" height="220.000000pt" viewBox="0 0 200.000000 220.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,220.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M955 2189 c-41 -14 -129 -52 -135 -60 -3 -3 -26 -15 -51 -27 -26 -13 | |
| -55 -32 -65 -43 -10 -11 -33 -27 -50 -35 -98 -46 -422 -488 -504 -684 -15 -36 | |
| -37 -96 -50 -135 -13 -38 -29 -79 -35 -90 -31 -49 -71 -321 -60 -409 4 -34 6 | |
| -77 6 -97 -2 -37 36 -190 48 -199 4 -3 27 -41 50 -85 24 -44 64 -102 90 -128 | |
| 61 -64 170 -134 234 -152 29 -7 66 -18 82 -23 84 -28 257 -20 410 18 118 30 | |
| 356 134 475 209 168 105 368 280 459 401 14 19 34 41 43 48 9 6 24 36 33 65 | |
| 10 28 23 59 30 67 21 26 25 49 26 151 1 111 -10 156 -68 279 -37 78 -136 229 | |
| -160 243 -7 4 -13 12 -13 18 0 12 -109 148 -170 214 -37 38 -49 60 -53 91 -3 | |
| 23 -16 58 -30 78 -22 33 -176 195 -209 221 -26 20 -114 54 -153 59 -98 13 | |
| -152 14 -180 5z m35 -510 c30 -32 61 -49 90 -49 25 0 160 -117 245 -213 33 | |
| -37 75 -84 93 -105 42 -47 100 -130 142 -205 29 -52 32 -63 26 -109 -4 -28 | |
| -13 -63 -21 -77 -27 -54 -228 -244 -320 -303 -181 -118 -413 -213 -552 -225 | |
| -98 -8 -147 11 -207 81 -69 81 -80 118 -80 270 -1 124 1 138 37 254 37 122 83 | |
| 224 158 353 55 94 101 153 219 277 116 123 105 120 170 51z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment