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="183.000000pt" height="223.000000pt" viewBox="0 0 183.000000 223.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,223.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1630 2220 c-157 -10 -192 -35 -195 -139 -1 -54 -8 -81 -42 -151 -22 | |
| -47 -55 -125 -73 -175 -17 -49 -45 -117 -60 -150 -16 -33 -54 -123 -85 -199 | |
| -31 -77 -95 -223 -142 -325 -47 -102 -100 -222 -118 -266 -18 -44 -45 -107 | |
| -60 -140 l-27 -60 -15 35 c-101 234 -226 605 -239 710 -2 19 -18 80 -35 135 | |
| -16 55 -31 109 -33 120 -8 49 -61 214 -81 255 -12 25 -33 79 -46 120 -13 41 | |
| -29 82 -36 91 -7 8 -13 20 -13 26 0 6 -13 27 -30 48 -16 21 -30 34 -30 29 0 | |
| -4 -5 -3 -12 4 -17 17 -29 16 -137 -18 -92 -28 -97 -31 -110 -65 -8 -23 -10 | |
| -51 -5 -78 4 -23 8 -49 10 -57 2 -14 33 -157 55 -255 5 -22 15 -74 23 -116 8 | |
| -42 26 -109 41 -150 14 -41 48 -153 76 -249 105 -372 219 -676 345 -920 29 | |
| -58 58 -117 63 -131 5 -14 39 -52 76 -84 59 -52 72 -59 118 -63 44 -3 64 1 | |
| 132 33 87 41 115 66 115 102 0 13 11 41 25 63 13 21 27 51 30 67 4 26 51 138 | |
| 125 298 18 39 47 108 65 155 18 47 69 164 113 260 44 96 98 220 120 275 49 | |
| 121 176 425 201 480 77 170 105 316 76 401 -16 48 -57 96 -79 92 -6 -1 -54 -4 | |
| -106 -8z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment