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="186.000000pt" height="244.000000pt" viewBox="0 0 186.000000 244.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,244.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1127 2425 c-42 -7 -114 -28 -160 -45 -81 -31 -232 -112 -252 -135 | |
| -5 -6 -39 -32 -75 -58 -228 -162 -467 -487 -553 -752 -78 -240 -105 -484 -71 | |
| -650 18 -88 63 -222 84 -255 9 -14 29 -50 43 -80 39 -79 187 -225 282 -276 42 | |
| -22 71 -39 85 -51 8 -6 40 -21 70 -33 30 -12 57 -25 60 -30 9 -14 202 -49 281 | |
| -50 107 -1 274 9 349 22 113 19 315 92 367 133 141 111 221 211 209 258 -7 26 | |
| -119 147 -136 147 -12 0 -49 -11 -285 -85 -189 -60 -273 -78 -395 -83 -143 -5 | |
| -211 7 -317 58 -64 31 -98 57 -153 113 -112 115 -160 240 -160 417 0 101 33 | |
| 271 68 354 l28 65 -4 -123 -4 -122 31 -31 c24 -25 43 -33 87 -39 93 -11 665 8 | |
| 771 26 28 5 61 7 72 5 30 -6 90 22 132 60 20 18 43 36 51 41 13 8 51 71 121 | |
| 204 16 30 32 60 36 65 4 6 17 44 29 85 12 41 26 87 31 102 14 42 -7 195 -37 | |
| 273 -14 39 -27 72 -27 75 -1 5 -32 66 -59 115 -9 17 -16 35 -16 40 0 13 -119 | |
| 132 -147 148 -52 30 -99 55 -108 57 -5 1 -26 10 -45 20 -49 25 -185 32 -283 | |
| 15z m196 -405 c29 -23 83 -112 109 -180 32 -80 25 -130 -32 -235 -59 -109 -47 | |
| -104 -270 -110 -538 -14 -570 -16 -591 -38 -30 -32 -23 -8 19 63 66 112 126 | |
| 187 228 283 114 107 168 146 262 190 107 50 230 62 275 27z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment