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="378.000000pt" height="293.000000pt" viewBox="0 0 378.000000 293.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,293.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M198 2906 c-99 -25 -114 -35 -138 -91 -18 -42 -19 -102 -1 -205 5 | |
| -30 7 -75 4 -100 -2 -25 -4 -76 -3 -115 3 -192 -1 -344 -14 -489 -25 -265 -34 | |
| -496 -37 -906 -1 -191 2 -266 15 -339 10 -52 21 -103 27 -112 5 -10 9 -25 9 | |
| -35 0 -18 64 -189 80 -214 6 -8 14 -24 19 -35 12 -26 150 -175 162 -175 5 0 | |
| 27 -11 49 -25 22 -14 48 -25 57 -25 10 0 32 -7 48 -16 44 -24 320 -25 390 -1 | |
| 28 9 66 16 85 16 38 -1 175 39 228 66 18 9 49 19 68 20 43 4 193 53 214 70 16 | |
| 13 255 85 281 85 39 0 99 73 99 122 0 19 9 13 58 -40 31 -34 73 -71 92 -81 19 | |
| -10 56 -30 81 -45 141 -81 347 -111 564 -81 76 11 340 56 470 80 72 14 159 30 | |
| 195 36 36 5 103 19 150 29 47 10 117 24 155 30 164 27 192 71 155 235 -22 96 | |
| -22 97 -69 127 -45 29 -49 29 -131 23 -117 -8 -274 -32 -362 -54 -40 -10 -109 | |
| -24 -153 -31 -44 -6 -134 -21 -200 -32 -66 -11 -160 -27 -210 -35 -57 -9 -130 | |
| -13 -201 -11 -98 4 -116 7 -157 31 -91 54 -127 121 -162 301 -20 108 -21 503 | |
| -1 721 8 94 20 251 26 350 6 99 16 205 22 235 12 57 13 501 2 596 -5 41 -12 | |
| 56 -33 71 -55 39 -75 44 -160 41 -83 -3 -84 -3 -114 -40 -27 -34 -31 -47 -35 | |
| -120 -2 -46 -8 -87 -12 -93 -7 -10 -18 -97 -40 -315 -6 -58 -15 -130 -20 -160 | |
| -11 -64 -26 -215 -45 -458 -11 -147 -15 -773 -5 -882 2 -24 36 -159 47 -187 4 | |
| -11 0 -11 -22 -3 -15 6 -49 10 -74 9 -99 -4 -296 -51 -370 -89 -94 -48 -466 | |
| -141 -594 -148 -155 -8 -188 25 -236 236 -28 122 -44 424 -31 577 5 61 12 196 | |
| 15 300 4 193 30 487 45 515 9 18 12 78 12 260 0 204 -7 273 -42 415 -56 227 | |
| -70 237 -252 191z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment