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="173.000000pt" height="230.000000pt" viewBox="0 0 173.000000 230.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,230.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M795 2285 c-117 -16 -163 -32 -322 -111 -109 -55 -146 -80 -217 -146 | |
| -70 -64 -96 -97 -139 -176 -67 -120 -73 -136 -95 -247 -15 -77 -16 -100 -6 | |
| -160 6 -38 12 -70 12 -70 0 0 4 -9 7 -20 20 -59 31 -77 93 -144 49 -54 75 -74 | |
| 97 -77 17 -2 63 -12 104 -23 64 -17 88 -19 185 -11 269 21 340 40 558 152 106 | |
| 55 170 67 192 36 20 -27 69 -334 62 -387 -3 -25 -22 -79 -42 -119 -29 -57 -53 | |
| -86 -113 -139 -42 -37 -101 -90 -131 -119 -48 -44 -69 -56 -143 -78 -84 -26 | |
| -139 -37 -239 -51 -46 -6 -49 -5 -98 41 -69 65 -120 136 -120 169 0 14 -11 41 | |
| -24 58 -13 18 -27 48 -31 67 -20 105 -36 115 -162 99 -99 -12 -104 -15 -151 | |
| -74 -26 -35 -28 -71 -7 -210 13 -83 22 -110 57 -170 23 -38 62 -95 88 -125 25 | |
| -30 61 -75 78 -101 27 -37 51 -54 137 -97 104 -52 105 -52 199 -52 53 0 115 4 | |
| 138 10 24 5 86 19 138 32 52 12 120 32 150 46 30 13 62 25 70 27 34 6 148 81 | |
| 200 130 30 29 86 81 124 116 185 173 264 333 280 574 6 74 -9 176 -43 310 -11 | |
| 44 -19 93 -17 110 2 16 -3 40 -12 52 -8 13 -11 23 -8 23 4 0 -2 17 -13 38 -28 | |
| 54 -132 152 -188 176 -26 11 -53 26 -60 32 -13 12 -83 23 -168 25 -41 1 -72 | |
| -4 -145 -26 -3 -1 -18 -5 -35 -10 -16 -4 -91 -39 -166 -77 l-137 -70 -148 -14 | |
| c-82 -8 -155 -12 -161 -9 -21 7 -15 62 11 113 14 26 60 83 103 128 68 70 89 | |
| 85 165 117 101 43 168 48 263 18 65 -20 62 -20 121 -1 38 11 46 20 93 105 28 | |
| 51 51 99 51 106 0 8 -11 37 -24 65 -21 46 -30 54 -97 86 -41 20 -101 41 -134 | |
| 46 -33 6 -67 12 -75 15 -8 2 -55 -1 -105 -8z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment