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="241.000000pt" height="298.000000pt" viewBox="0 0 241.000000 298.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,298.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1851 2972 c-63 -1 -120 -7 -125 -11 -6 -5 -31 -9 -56 -9 -74 -1 | |
| -174 -12 -380 -43 -399 -60 -733 -103 -878 -113 -38 -3 -82 -18 -165 -59 -61 | |
| -30 -121 -65 -132 -77 -33 -36 -28 -94 15 -180 61 -120 63 -122 150 -123 46 0 | |
| 85 6 130 23 14 4 59 11 100 15 41 3 91 10 110 15 19 5 73 12 120 15 94 7 161 | |
| 16 295 40 50 9 113 18 140 20 28 2 120 16 205 30 170 29 455 56 483 46 14 -5 | |
| 2 -22 -65 -92 -46 -47 -164 -170 -263 -273 -99 -104 -209 -218 -245 -255 -196 | |
| -199 -510 -538 -538 -581 -19 -30 -94 -122 -139 -171 -19 -19 -75 -90 -126 | |
| -156 -50 -67 -124 -163 -164 -215 -124 -161 -224 -329 -280 -472 -63 -160 -61 | |
| -176 48 -305 28 -33 98 -42 264 -36 72 3 204 7 295 10 91 2 230 9 310 15 80 6 | |
| 203 13 273 15 71 2 163 7 205 10 43 4 138 2 212 -5 380 -32 459 -31 625 11 57 | |
| 14 102 57 111 106 10 54 -33 229 -62 252 -21 16 -63 19 -396 27 -482 11 -775 | |
| 7 -968 -12 -200 -20 -420 -29 -420 -18 0 24 264 379 372 499 29 33 98 114 154 | |
| 180 133 158 366 408 638 685 422 430 522 538 579 621 31 47 57 92 57 100 0 9 | |
| 11 27 23 41 34 37 49 120 31 171 -8 22 -14 52 -14 68 0 29 -23 60 -53 72 -9 3 | |
| -17 11 -17 16 0 5 -17 15 -37 21 -21 7 -45 18 -53 25 -12 10 -178 51 -240 58 | |
| -8 2 -66 1 -129 -1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment