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="237.000000pt" height="233.000000pt" viewBox="0 0 237.000000 233.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,233.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1093 2310 c-16 -9 -56 -47 -90 -84 -77 -84 -78 -105 -10 -174 26 | |
| -27 45 -50 42 -53 -7 -7 251 -268 370 -375 55 -49 150 -134 210 -189 61 -55 | |
| 156 -140 213 -189 59 -52 101 -96 100 -105 -3 -15 -36 -43 -178 -151 -154 | |
| -118 -393 -355 -527 -522 -32 -41 -61 -68 -73 -68 -33 0 -49 -11 -90 -62 -44 | |
| -55 -49 -84 -25 -141 8 -20 15 -48 15 -63 0 -38 45 -94 76 -94 13 0 24 -4 24 | |
| -8 0 -14 48 -32 86 -32 51 0 160 68 247 154 40 39 124 130 188 201 119 133 | |
| 230 239 354 335 96 75 198 170 208 193 4 11 16 32 28 48 33 47 105 231 102 | |
| 264 -1 16 -17 59 -36 95 -29 56 -60 89 -218 232 -101 92 -189 168 -194 168 -6 | |
| 0 -38 26 -71 58 -139 131 -263 241 -319 284 -33 25 -71 58 -84 72 -14 14 -29 | |
| 26 -36 26 -6 0 -39 28 -73 63 -34 34 -79 71 -99 82 -21 10 -45 24 -53 31 -27 | |
| 20 -58 22 -87 4z"/> | |
| <path d="M281 2099 c-17 -9 -57 -46 -91 -83 -49 -54 -60 -73 -60 -101 0 -18 5 | |
| -37 10 -40 6 -3 10 -15 10 -25 0 -11 12 -27 28 -37 15 -9 56 -42 92 -73 36 | |
| -31 90 -75 120 -97 30 -22 66 -53 80 -68 14 -15 63 -59 110 -98 47 -39 110 | |
| -94 140 -122 31 -27 91 -81 133 -119 l78 -69 -66 -66 c-36 -37 -65 -71 -65 | |
| -77 0 -20 -130 -135 -255 -224 -72 -52 -152 -114 -180 -140 -27 -25 -95 -82 | |
| -150 -125 -188 -150 -234 -209 -200 -261 11 -17 13 -30 6 -42 -15 -28 10 -84 | |
| 44 -101 17 -9 46 -25 65 -37 52 -33 91 -38 141 -18 66 26 274 184 395 301 39 | |
| 37 113 97 163 133 132 93 239 188 261 231 18 34 155 169 172 169 4 0 27 37 52 | |
| 83 35 63 44 90 40 112 -3 17 -6 66 -7 110 -2 61 -7 89 -22 112 -22 33 -92 113 | |
| -100 113 -2 0 -59 46 -126 103 -66 56 -137 113 -158 127 -39 26 -104 81 -260 | |
| 220 -260 231 -236 214 -306 220 -48 4 -71 1 -94 -11z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment