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="191.000000pt" height="221.000000pt" viewBox="0 0 191.000000 221.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,221.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1600 2202 c-13 -2 -62 -27 -107 -55 -72 -43 -85 -55 -95 -89 -10 | |
| -34 -9 -45 11 -91 58 -132 71 -182 77 -308 3 -68 11 -133 16 -143 10 -19 13 | |
| -422 3 -448 -3 -7 -14 -74 -25 -148 -32 -222 -92 -312 -273 -410 -112 -61 | |
| -305 -103 -457 -102 -171 3 -183 6 -230 61 -51 62 -73 115 -93 226 -18 99 -31 | |
| 446 -18 461 7 8 37 207 47 314 5 56 52 247 85 347 17 50 28 96 25 102 -3 5 1 | |
| 35 9 66 22 86 9 102 -126 156 -90 35 -111 40 -124 29 -8 -7 -15 -10 -15 -6 0 | |
| 7 -33 -19 -61 -48 -23 -24 -99 -215 -99 -250 0 -14 -7 -45 -15 -68 -8 -24 -19 | |
| -68 -26 -98 -6 -30 -17 -64 -24 -75 -19 -29 -36 -118 -40 -205 -2 -41 -11 | |
| -115 -20 -165 -46 -246 -24 -544 57 -800 58 -183 180 -326 328 -384 41 -16 91 | |
| -32 110 -36 19 -3 60 -11 90 -16 66 -12 231 -12 280 0 19 5 71 17 115 27 201 | |
| 43 444 135 508 192 10 9 25 17 33 18 19 3 109 95 172 177 74 94 129 250 157 | |
| 442 9 61 20 128 25 151 9 39 6 477 -5 654 -8 146 -29 225 -93 364 -36 78 -88 | |
| 147 -114 152 -42 9 -66 10 -88 6z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment