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="188.000000pt" height="219.000000pt" viewBox="0 0 188.000000 219.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,219.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M850 2168 c-111 -24 -134 -33 -197 -74 -58 -38 -209 -168 -249 -214 | |
| -136 -158 -260 -383 -309 -560 -14 -52 -34 -126 -45 -165 -26 -97 -45 -260 | |
| -44 -385 2 -167 57 -369 133 -488 21 -31 40 -64 43 -73 13 -34 133 -126 188 | |
| -144 30 -10 78 -29 108 -42 42 -18 70 -23 141 -23 49 0 113 5 142 11 30 6 64 | |
| 11 77 10 12 0 61 17 107 39 47 22 87 40 90 40 24 0 265 198 319 262 34 41 36 | |
| 42 36 18 0 -31 52 -158 83 -203 57 -83 72 -98 110 -108 52 -14 111 7 207 74 | |
| 97 68 102 88 48 177 -88 146 -221 666 -202 790 11 66 10 362 0 444 -7 49 -13 | |
| 64 -42 91 -19 18 -34 37 -34 43 0 6 -9 14 -20 17 -11 3 -20 11 -20 17 0 7 -19 | |
| 9 -54 5 -61 -6 -53 -15 -101 109 -15 38 -34 76 -41 85 -8 8 -14 23 -14 31 0 | |
| 45 -140 176 -220 207 -61 24 -158 28 -240 9z m148 -369 c18 -17 46 -56 62 -87 | |
| 31 -59 37 -69 83 -140 58 -91 61 -106 64 -277 1 -88 3 -203 4 -255 2 -91 1 | |
| -99 -41 -200 -24 -58 -61 -130 -81 -160 -83 -122 -259 -261 -354 -279 -61 -11 | |
| -168 4 -211 30 -36 22 -65 77 -94 184 -20 69 -22 102 -21 232 2 137 6 167 37 | |
| 295 78 321 277 604 472 674 48 17 42 18 80 -17z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment