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="228.000000pt" height="346.000000pt" viewBox="0 0 228.000000 346.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,346.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M726 3445 c-11 -8 -33 -15 -50 -15 -16 0 -43 -4 -60 -10 -17 -5 -56 | |
| -16 -86 -25 -62 -19 -154 -59 -280 -122 -46 -24 -91 -43 -100 -43 -28 0 -78 | |
| -67 -95 -128 -8 -31 -20 -68 -26 -82 -21 -47 -21 -82 -1 -139 39 -107 58 -644 | |
| 42 -1146 -13 -421 -16 -485 -35 -640 -17 -140 -35 -488 -29 -560 9 -99 61 | |
| -165 131 -165 16 0 23 -3 16 -8 -21 -14 -33 -63 -29 -119 5 -61 12 -73 88 | |
| -156 44 -47 62 -60 105 -71 62 -15 308 -22 317 -8 3 5 27 13 53 17 72 10 125 | |
| 27 145 47 10 10 30 18 44 18 36 0 450 204 549 270 93 62 234 182 321 272 74 | |
| 76 144 165 144 182 0 7 13 31 28 52 75 104 204 357 223 439 6 22 25 85 44 140 | |
| 61 177 86 333 92 563 3 134 2 207 -5 215 -6 7 -15 47 -20 88 -5 42 -14 85 -20 | |
| 95 -5 10 -15 44 -21 74 -15 73 -48 152 -92 220 -20 30 -46 75 -58 100 -31 67 | |
| -98 174 -110 178 -6 2 -9 7 -6 11 6 11 -176 188 -206 200 -13 5 -71 41 -128 | |
| 80 -58 39 -113 71 -123 71 -10 0 -37 9 -60 21 -22 11 -102 36 -177 55 -124 32 | |
| -152 35 -321 40 -156 4 -188 2 -204 -11z m302 -380 c187 -27 325 -86 450 -193 | |
| 31 -27 68 -55 80 -62 34 -17 190 -261 227 -355 51 -127 85 -296 85 -418 0 -87 | |
| -30 -283 -66 -432 -62 -257 -164 -463 -318 -642 -43 -51 -82 -93 -85 -93 -3 0 | |
| -40 -32 -81 -71 -41 -39 -109 -93 -151 -119 -81 -52 -285 -160 -301 -160 -5 0 | |
| -64 -22 -131 -48 -131 -52 -238 -72 -267 -49 -51 41 -59 60 -48 112 11 57 14 | |
| 138 5 152 -7 10 10 280 37 608 14 172 25 854 18 1100 -9 306 -23 498 -38 513 | |
| -8 8 -14 24 -12 36 2 16 20 27 83 49 74 26 275 71 355 80 19 2 40 4 45 5 6 1 | |
| 57 -5 113 -13z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment