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="207.000000pt" height="330.000000pt" viewBox="0 0 207.000000 330.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,330.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1496 3283 c-32 -6 -62 -16 -65 -22 -4 -6 -22 -17 -41 -25 -19 -8 | |
| -51 -29 -70 -48 -20 -18 -51 -47 -70 -65 -83 -75 -213 -262 -326 -470 -21 -38 | |
| -48 -86 -62 -107 l-25 -40 -103 106 c-57 59 -108 108 -113 110 -5 1 -42 35 | |
| -83 74 -41 39 -89 79 -108 90 -19 10 -42 26 -50 35 -14 15 -49 23 -141 35 -69 | |
| 9 -179 -59 -179 -110 0 -11 -8 -28 -18 -39 -15 -17 -17 -46 -16 -311 1 -160 9 | |
| -433 18 -606 17 -312 22 -733 9 -753 -4 -6 -10 -79 -14 -161 -4 -83 -13 -187 | |
| -19 -231 -26 -176 -15 -235 49 -253 80 -23 203 -43 230 -37 15 3 43 19 63 35 | |
| 31 26 37 38 51 112 10 46 19 106 22 133 3 28 10 74 16 104 37 184 29 851 -17 | |
| 1429 l-6 74 110 -109 c143 -142 222 -194 313 -208 39 -6 54 -3 95 19 27 14 54 | |
| 26 61 26 16 0 93 69 93 83 0 5 12 26 28 46 15 20 32 45 38 56 195 367 366 615 | |
| 423 615 12 0 26 -47 47 -159 29 -149 44 -664 24 -841 -5 -47 -12 -138 -15 | |
| -203 -3 -65 -7 -122 -9 -125 -4 -6 -9 -105 -22 -422 -2 -63 -9 -151 -15 -195 | |
| -6 -44 -10 -141 -9 -215 1 -74 2 -157 2 -185 -3 -188 -1 -235 9 -284 24 -120 | |
| 94 -202 186 -221 32 -7 68 -12 80 -12 20 0 160 89 183 118 15 17 20 120 8 159 | |
| -5 19 -4 48 3 78 13 57 0 94 -38 103 -17 5 -23 14 -24 38 -3 65 2 309 6 317 3 | |
| 4 10 115 16 246 6 131 14 281 19 333 17 190 32 761 27 1020 -7 349 -32 490 | |
| -114 655 -33 65 -101 145 -124 145 -10 0 -61 30 -69 41 -3 4 -19 11 -35 15 | |
| -17 4 -34 9 -40 13 -17 10 -127 7 -189 -6z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment