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="225.000000pt" height="319.000000pt" viewBox="0 0 225.000000 319.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,319.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1780 3151 c-102 -21 -243 -48 -315 -61 -71 -12 -186 -33 -255 -47 | |
| -131 -26 -136 -27 -295 -44 -55 -6 -125 -17 -155 -26 -48 -13 -93 -16 -190 | |
| -12 -14 1 -52 -4 -85 -10 -33 -7 -73 -14 -90 -17 -105 -18 -272 -78 -343 -122 | |
| -60 -39 -65 -112 -14 -232 35 -84 40 -90 84 -111 l48 -22 62 26 c38 17 81 27 | |
| 110 27 26 0 59 5 75 12 15 6 55 15 88 19 33 4 83 11 112 15 l52 6 5 -33 c16 | |
| -106 20 -137 17 -169 -1 -19 4 -51 12 -70 11 -28 12 -77 6 -250 -5 -118 -13 | |
| -240 -18 -270 -6 -30 -18 -113 -27 -185 -19 -153 -32 -229 -74 -423 -16 -79 | |
| -32 -160 -34 -180 -2 -20 -22 -120 -45 -222 -23 -102 -51 -223 -61 -270 -11 | |
| -47 -23 -139 -29 -204 -14 -177 2 -203 151 -248 64 -19 97 -24 113 -18 13 5 | |
| 25 7 27 4 7 -6 88 83 88 97 0 7 12 28 26 47 24 31 26 40 21 96 -5 47 2 100 30 | |
| 236 19 96 37 193 39 215 1 22 21 112 43 200 23 88 52 232 66 320 14 88 30 178 | |
| 35 201 19 85 41 317 50 534 6 124 14 245 19 270 5 25 7 48 5 51 -2 4 -4 29 -5 | |
| 55 -1 42 -20 122 -59 245 l-8 27 112 17 c61 10 116 21 121 25 14 10 93 26 200 | |
| 40 50 7 133 21 185 31 52 11 165 33 250 49 183 35 198 38 227 52 26 13 55 70 | |
| 78 154 l17 60 -31 46 c-37 55 -66 75 -120 84 -23 4 -41 10 -41 15 0 18 -99 7 | |
| -280 -30z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment