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="217.000000pt" height="232.000000pt" viewBox="0 0 217.000000 232.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,232.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M975 2305 c-22 -8 -54 -14 -72 -14 -20 -1 -62 -19 -106 -46 -41 -25 | |
| -79 -45 -84 -45 -12 0 -146 -130 -196 -190 -145 -174 -321 -494 -397 -720 -23 | |
| -69 -45 -134 -50 -145 -13 -26 -36 -137 -55 -255 -18 -112 -19 -223 -4 -323 | |
| 10 -71 45 -212 57 -232 4 -5 7 -16 8 -23 6 -35 129 -177 189 -217 85 -56 106 | |
| -65 190 -77 39 -5 72 -10 75 -11 11 -1 107 15 136 24 17 5 45 11 63 14 18 2 | |
| 52 13 76 25 24 12 47 21 50 21 2 0 22 9 42 21 21 11 47 26 58 32 59 31 272 | |
| 203 325 261 14 15 37 35 51 44 29 18 122 125 208 239 l55 72 43 -128 c24 -70 | |
| 50 -151 58 -181 25 -90 91 -212 140 -260 35 -34 53 -44 87 -48 37 -4 51 1 103 | |
| 34 156 102 165 127 101 264 -24 52 -55 130 -69 174 -15 44 -43 132 -63 195 | |
| -20 63 -40 117 -44 120 -10 7 -50 136 -56 180 -2 19 -15 71 -28 115 -18 62 | |
| -21 88 -14 119 9 39 1 95 -25 176 -14 43 -65 112 -78 104 -5 -3 -9 -1 -9 4 0 | |
| 5 -6 9 -12 9 -7 1 -27 7 -45 14 -27 11 -40 11 -85 -4 l-53 -16 52 47 c51 46 | |
| 51 48 49 102 -2 50 -8 64 -65 147 -65 95 -206 263 -221 263 -5 0 -12 9 -15 20 | |
| -3 11 -12 20 -18 20 -6 0 -36 15 -67 34 -46 28 -68 35 -139 41 -46 3 -89 8 | |
| -95 10 -6 1 -29 -3 -51 -10z m199 -432 c44 -36 108 -92 141 -124 111 -107 125 | |
| -119 150 -125 28 -7 32 -19 9 -28 -8 -3 -24 -27 -36 -53 -19 -42 -20 -59 -15 | |
| -163 l7 -116 -56 -109 c-73 -146 -160 -257 -351 -450 -133 -135 -173 -169 | |
| -253 -216 -105 -61 -175 -89 -228 -89 -28 0 -43 8 -72 39 -124 130 -78 545 | |
| 100 914 100 207 150 283 271 418 93 103 123 130 164 147 28 11 58 21 69 21 10 | |
| 1 55 -29 100 -66z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment