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="315.000000pt" viewBox="0 0 242.000000 315.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1140 3144 c-89 -15 -244 -100 -318 -174 -175 -176 -288 -351 -426 | |
| -663 -22 -47 -79 -196 -117 -304 -55 -154 -146 -546 -184 -793 -9 -63 -21 | |
| -128 -26 -145 -14 -50 -40 -304 -40 -399 0 -50 -4 -142 -9 -205 -23 -285 -23 | |
| -338 0 -379 14 -24 34 -43 53 -50 45 -15 196 -34 222 -28 24 6 75 99 75 137 0 | |
| 11 6 30 14 42 19 31 47 262 52 436 3 80 11 173 19 206 13 58 31 202 27 217 -1 | |
| 4 3 30 9 58 8 39 16 51 32 55 12 2 82 18 155 35 73 16 192 37 265 45 114 12 | |
| 443 35 517 36 100 1 388 23 402 30 26 14 35 -12 53 -157 32 -266 47 -370 56 | |
| -414 5 -25 16 -114 23 -199 12 -127 12 -160 1 -191 -7 -20 -15 -53 -18 -74 -5 | |
| -40 -1 -47 90 -143 47 -49 54 -52 109 -58 66 -7 149 18 190 56 42 40 53 140 | |
| 41 399 -3 74 -11 169 -17 210 -5 41 -17 125 -25 186 -40 312 -87 540 -170 840 | |
| -20 71 -42 146 -50 167 -8 20 -15 48 -15 61 0 38 -97 320 -157 456 -59 134 | |
| -158 313 -198 356 -14 15 -25 32 -25 38 0 15 -182 196 -196 196 -6 0 -19 9 | |
| -29 20 -9 10 -20 19 -24 18 -3 -1 -19 4 -36 11 -80 33 -151 59 -165 60 -53 6 | |
| -139 8 -160 5z m156 -435 c18 -11 69 -60 114 -110 90 -100 153 -214 205 -366 | |
| 18 -51 44 -110 58 -131 15 -21 27 -51 28 -68 0 -16 20 -96 43 -179 34 -117 41 | |
| -152 31 -158 -7 -4 -125 -12 -262 -18 -387 -18 -400 -18 -536 -34 -70 -8 -133 | |
| -12 -140 -10 -6 3 -66 -6 -132 -20 -65 -13 -120 -23 -121 -22 -2 2 39 135 103 | |
| 337 89 277 176 450 307 614 90 113 142 166 176 179 34 13 94 6 126 -14z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment