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="259.000000pt" height="321.000000pt" viewBox="0 0 259.000000 321.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,321.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2338 3200 c-32 -4 -65 -13 -74 -21 -12 -10 -91 -15 -327 -20 -282 | |
| -7 -552 -21 -632 -34 -16 -3 -111 -12 -210 -20 -99 -8 -214 -20 -255 -25 -254 | |
| -34 -312 -42 -369 -55 -39 -8 -89 -12 -126 -8 -53 5 -68 2 -113 -21 -29 -14 | |
| -52 -30 -52 -35 0 -6 -8 -12 -18 -15 -23 -8 -140 -166 -151 -203 -18 -64 -1 | |
| -91 120 -184 74 -56 78 -58 113 -48 20 6 51 26 69 45 26 29 42 36 87 43 31 4 | |
| 60 10 66 13 8 5 361 68 381 68 2 0 1 -10 -2 -23 -4 -12 -1 -36 5 -52 22 -56 | |
| 32 -190 37 -480 5 -282 -3 -513 -32 -883 -7 -95 -11 -181 -8 -192 3 -10 -2 | |
| -90 -11 -177 -24 -241 -46 -515 -50 -642 -3 -94 -1 -120 12 -140 41 -64 70 | |
| -78 182 -85 102 -7 157 5 190 44 15 18 38 277 65 725 2 44 11 154 20 245 32 | |
| 352 46 831 37 1275 -3 136 -18 351 -27 396 -6 26 -5 27 57 33 35 3 128 8 208 | |
| 11 80 3 177 7 215 10 39 3 158 8 265 11 107 3 220 8 250 10 30 3 78 7 106 9 | |
| 60 4 109 34 169 102 49 56 58 101 33 158 -10 22 -22 58 -28 81 -9 35 -16 43 | |
| -52 59 -63 25 -89 35 -91 34 -1 -1 -28 -5 -59 -9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment