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="202.000000pt" height="251.000000pt" viewBox="0 0 202.000000 251.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,251.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1070 2495 c-54 -7 -128 -26 -172 -43 -79 -30 -192 -105 -203 -132 | |
| -3 -8 -33 -44 -66 -80 -33 -36 -70 -76 -83 -90 -32 -36 -104 -144 -118 -177 | |
| -12 -29 -13 -22 -44 178 -4 26 -14 41 -35 53 -27 16 -39 17 -117 6 -114 -14 | |
| -147 -26 -167 -57 -22 -33 -23 -53 -29 -628 -3 -258 -11 -504 -16 -546 -6 -42 | |
| -11 -152 -11 -245 -1 -93 -2 -268 -3 -389 0 -121 2 -232 7 -247 6 -21 48 -77 | |
| 60 -78 74 -10 195 -17 225 -13 49 7 90 40 102 84 6 19 10 72 10 119 0 47 5 | |
| 114 10 150 5 36 10 137 11 224 3 222 24 362 90 607 77 288 249 625 399 783 | |
| 109 115 141 136 208 136 169 0 297 -88 391 -270 35 -66 46 -101 61 -198 11 | |
| -64 24 -139 31 -167 18 -82 15 -556 -5 -715 -22 -176 -25 -442 -7 -535 16 -85 | |
| 43 -144 78 -169 23 -17 32 -18 117 -6 192 25 191 24 192 255 1 177 8 371 24 | |
| 610 14 208 12 486 -5 611 -18 141 -43 261 -61 301 -8 17 -14 36 -14 42 0 46 | |
| -123 282 -178 343 -53 58 -137 138 -145 138 -4 0 -34 18 -65 40 -51 36 -146 | |
| 77 -227 100 -57 16 -150 18 -245 5z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment