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="375.000000pt" viewBox="0 0 207.000000 375.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,375.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M330 3738 c-19 -5 -51 -14 -72 -19 -28 -7 -42 -20 -63 -56 -33 -56 | |
| -45 -139 -49 -344 -2 -81 -7 -152 -10 -158 -4 -6 -9 -286 -11 -623 -3 -449 -8 | |
| -656 -20 -773 -32 -336 -35 -373 -35 -450 0 -44 -8 -168 -17 -275 -10 -107 | |
| -17 -244 -15 -305 1 -60 -3 -123 -8 -140 -5 -16 -12 -79 -15 -140 -3 -60 -6 | |
| -117 -7 -125 -5 -71 66 -160 128 -160 18 0 53 -9 79 -20 39 -17 54 -18 86 -10 | |
| 81 22 120 93 121 220 0 47 7 136 14 198 8 62 14 134 14 159 0 42 14 120 66 | |
| 362 26 119 100 336 153 446 77 162 153 270 220 313 78 50 180 82 263 82 58 0 | |
| 78 -5 145 -38 105 -52 148 -83 187 -134 59 -77 76 -129 111 -328 21 -117 23 | |
| -573 4 -756 -13 -128 -8 -349 9 -380 6 -10 19 -47 28 -82 10 -34 21 -62 25 | |
| -62 4 0 11 -10 15 -22 12 -41 55 -87 89 -98 68 -22 88 -16 189 54 114 79 127 | |
| 104 90 171 -42 75 -57 198 -46 390 14 243 7 769 -11 870 -48 259 -122 429 | |
| -239 547 -10 10 -21 18 -24 18 -3 0 -31 23 -63 50 -32 28 -62 50 -67 50 -6 0 | |
| -26 12 -45 26 -33 25 -68 42 -99 49 -8 2 -37 13 -65 25 -27 12 -63 24 -80 25 | |
| -16 2 -59 8 -94 15 -95 17 -331 -12 -331 -41 0 -3 -17 -11 -38 -17 -21 -7 -58 | |
| -23 -83 -37 -24 -13 -57 -32 -74 -41 -16 -9 -61 -44 -99 -77 l-68 -61 4 661 | |
| c3 363 1 691 -3 729 -10 78 -49 246 -59 254 -4 3 -10 14 -14 26 -6 21 -45 45 | |
| -69 43 -7 0 -28 -5 -47 -11z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment