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="248.000000pt" height="283.000000pt" viewBox="0 0 248.000000 283.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,283.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M826 2814 c-43 -7 -86 -20 -95 -28 -10 -9 -25 -16 -34 -16 -23 0 | |
| -197 -176 -197 -199 0 -10 -7 -24 -15 -31 -20 -17 -110 -154 -159 -245 -21 | |
| -38 -44 -77 -51 -85 -19 -23 -68 -145 -94 -235 -12 -44 -31 -96 -41 -115 -36 | |
| -71 -93 -321 -106 -465 -4 -38 -11 -78 -16 -88 -5 -11 -10 -123 -9 -250 0 | |
| -209 2 -244 25 -349 27 -129 31 -139 114 -308 62 -128 132 -214 221 -274 29 | |
| -20 55 -36 57 -36 2 0 33 -14 68 -30 69 -33 176 -51 288 -51 118 1 344 68 463 | |
| 138 28 16 72 39 100 52 142 66 513 367 655 532 145 167 258 331 331 479 29 58 | |
| 58 112 66 121 46 55 92 327 72 424 -41 189 -98 307 -202 414 -75 77 -137 120 | |
| -267 183 -208 100 -399 146 -647 155 l-133 5 0 25 c0 14 -9 42 -19 62 -11 20 | |
| -27 53 -36 73 -18 40 -81 102 -95 93 -4 -3 -10 2 -13 10 -9 21 -86 55 -121 54 | |
| -17 -1 -66 -7 -110 -15z m816 -751 c130 -38 240 -96 319 -171 92 -88 115 -180 | |
| 79 -329 -50 -211 -233 -465 -536 -743 -184 -169 -198 -179 -341 -261 -170 -96 | |
| -267 -130 -394 -136 -91 -5 -110 -3 -135 13 -48 30 -75 56 -109 111 -61 94 | |
| -90 218 -104 442 -6 85 -8 157 -6 161 2 3 11 74 19 156 10 101 26 192 50 279 | |
| 39 143 115 364 146 425 20 39 40 60 40 41 0 -6 12 -14 28 -17 15 -4 41 -15 57 | |
| -25 38 -22 103 -17 126 10 25 30 112 62 191 71 40 4 161 7 268 5 184 -2 201 | |
| -3 302 -32z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment