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="187.000000pt" height="249.000000pt" viewBox="0 0 187.000000 249.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,249.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M685 2484 c-52 -5 -145 -34 -145 -44 0 -4 -10 -10 -22 -13 -32 -9 | |
| -201 -149 -215 -179 -6 -14 -25 -41 -41 -59 -30 -34 -125 -189 -116 -189 2 0 | |
| -2 -13 -11 -30 -8 -16 -16 -33 -16 -37 0 -20 -13 -60 -24 -78 -21 -34 -37 | |
| -180 -29 -268 5 -59 13 -94 30 -123 13 -22 24 -48 24 -57 0 -10 4 -17 9 -17 5 | |
| 0 13 -9 16 -20 4 -11 44 -45 90 -76 73 -48 93 -56 147 -61 80 -7 226 14 253 | |
| 37 49 42 156 73 304 86 80 7 152 16 160 20 9 3 32 10 51 15 33 8 38 5 80 -36 | |
| 25 -24 63 -57 86 -72 22 -15 62 -52 90 -82 l49 -53 -1 -92 c-1 -113 -41 -283 | |
| -86 -368 -41 -77 -181 -210 -258 -245 -119 -54 -227 -64 -356 -33 -137 32 | |
| -190 61 -271 147 -50 52 -73 84 -73 101 0 14 -8 39 -19 56 -19 32 -51 170 -51 | |
| 223 0 46 -27 63 -97 63 -33 0 -86 -5 -117 -12 -54 -10 -60 -14 -91 -62 -32 | |
| -50 -32 -52 -25 -131 18 -190 30 -274 46 -311 37 -90 211 -279 313 -341 46 | |
| -27 157 -83 166 -83 4 0 21 -6 38 -14 27 -12 154 -34 207 -36 8 0 70 -3 137 | |
| -6 104 -5 127 -4 148 10 13 9 32 16 42 16 27 0 145 39 171 56 12 8 22 12 22 8 | |
| 0 -17 167 115 249 197 79 79 169 191 168 209 0 3 9 23 20 45 32 63 75 211 100 | |
| 345 27 141 31 220 18 310 -16 103 -27 133 -64 176 -16 18 -32 41 -35 52 -6 17 | |
| -108 106 -166 143 -14 9 -54 44 -90 78 -89 83 -91 85 -125 108 -19 12 -56 23 | |
| -100 28 -86 9 -69 10 -195 -16 -58 -12 -141 -23 -185 -23 -110 -2 -195 -15 | |
| -225 -36 -35 -24 -191 -83 -199 -75 -16 17 -2 115 28 185 39 95 143 229 197 | |
| 255 49 24 153 31 238 16 36 -6 108 -14 159 -18 86 -5 98 -4 141 18 56 27 66 | |
| 46 91 156 15 67 16 87 6 111 -18 44 -60 75 -111 84 -192 33 -434 52 -535 42z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment