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="179.000000pt" height="231.000000pt" viewBox="0 0 179.000000 231.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,231.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M858 2305 c-3 -3 -31 -15 -63 -26 -32 -11 -90 -42 -131 -70 -40 -27 | |
| -77 -49 -83 -49 -16 0 -178 -178 -195 -214 -9 -19 -20 -36 -25 -38 -18 -7 -93 | |
| -131 -165 -273 -61 -120 -84 -180 -117 -300 -23 -82 -43 -168 -46 -190 -3 -22 | |
| -9 -45 -14 -51 -19 -23 -21 -178 -5 -284 9 -58 17 -119 19 -136 1 -17 25 -86 | |
| 52 -154 47 -115 55 -128 132 -209 45 -48 98 -96 117 -106 20 -11 36 -23 36 | |
| -28 0 -4 44 -28 97 -53 85 -39 205 -78 328 -105 64 -14 441 -22 494 -10 25 6 | |
| 71 13 101 16 111 10 284 69 342 116 69 56 74 166 11 241 -19 23 -40 50 -48 60 | |
| -23 34 -74 38 -153 12 -121 -41 -211 -55 -382 -60 -233 -8 -394 16 -509 76 | |
| -59 31 -94 57 -129 99 -90 104 -98 124 -111 281 -9 103 -4 164 19 266 l12 51 | |
| 47 -9 c78 -16 92 -17 246 -33 83 -8 172 -19 198 -25 82 -16 358 -28 417 -17 | |
| 31 6 60 19 60 26 0 4 17 16 38 25 168 76 218 356 112 634 -18 45 -33 88 -34 | |
| 96 -3 22 -85 144 -134 200 -95 109 -103 116 -186 171 -94 63 -133 75 -241 75 | |
| -56 0 -104 -2 -107 -5z m239 -495 c58 -66 113 -210 113 -293 l0 -37 -132 4 | |
| c-73 3 -171 12 -217 20 -46 9 -128 19 -182 23 l-98 6 36 56 c103 161 215 276 | |
| 300 307 l58 22 46 -37 c25 -20 59 -52 76 -71z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment