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="242.000000pt" height="328.000000pt" viewBox="0 0 242.000000 328.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,328.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2278 3275 c-2 -3 -48 -7 -102 -10 -68 -3 -102 -9 -112 -20 -9 -8 | |
| -19 -15 -24 -15 -11 0 -30 -57 -30 -91 0 -16 -13 -50 -29 -76 -144 -234 -235 | |
| -436 -451 -1003 -95 -249 -161 -400 -259 -595 -33 -66 -61 -128 -61 -137 0 -9 | |
| -16 -52 -36 -95 -19 -43 -51 -125 -70 -183 -20 -58 -39 -109 -43 -115 -5 -5 | |
| -19 -49 -32 -97 -13 -48 -27 -84 -30 -80 -4 4 -23 47 -43 95 -59 144 -144 480 | |
| -231 915 -30 152 -71 345 -91 427 -34 147 -53 235 -75 345 -6 30 -22 95 -35 | |
| 144 -14 49 -27 106 -29 127 -9 85 -51 179 -133 300 l-65 97 -51 6 c-50 6 -53 | |
| 4 -144 -57 -60 -40 -95 -70 -99 -85 -5 -21 -4 -38 12 -142 5 -31 25 -89 44 | |
| -130 23 -48 119 -404 127 -470 5 -49 33 -170 43 -189 5 -9 19 -72 31 -141 11 | |
| -69 34 -183 50 -255 15 -71 31 -152 35 -180 9 -70 52 -261 65 -284 5 -11 10 | |
| -30 10 -43 0 -31 64 -259 84 -299 9 -18 16 -39 16 -48 0 -68 266 -660 314 | |
| -700 9 -7 16 -21 16 -30 1 -25 28 -53 102 -105 66 -46 93 -54 147 -42 13 3 28 | |
| 12 35 19 6 8 23 17 37 21 38 8 71 39 95 88 28 56 56 143 61 192 2 22 9 48 14 | |
| 57 5 10 23 82 40 161 17 79 34 148 39 153 4 6 31 82 60 170 29 88 58 167 65 | |
| 175 14 18 75 163 85 205 9 32 44 116 135 315 109 242 123 276 165 400 23 69 | |
| 57 157 75 195 18 39 45 106 60 150 39 116 123 296 195 421 158 273 155 265 | |
| 153 324 -1 65 -25 164 -45 183 -28 29 -76 46 -90 32z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment