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="180.000000pt" height="238.000000pt" viewBox="0 0 180.000000 238.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,238.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M965 2365 c-91 -15 -104 -21 -227 -104 -110 -73 -148 -111 -268 -260 | |
| -41 -52 -83 -102 -92 -112 -36 -38 -122 -180 -183 -304 -67 -136 -112 -261 | |
| -140 -392 -10 -43 -24 -89 -32 -102 -25 -39 -30 -309 -8 -441 20 -126 17 -110 | |
| 42 -190 20 -62 80 -177 110 -210 69 -78 137 -136 183 -158 30 -14 57 -29 60 | |
| -32 3 -4 50 -17 105 -30 128 -32 235 -30 352 6 45 14 91 27 101 29 10 1 45 17 | |
| 77 35 32 18 67 33 76 35 73 14 380 308 485 464 51 75 102 173 107 206 3 17 16 | |
| 66 30 110 14 44 28 118 32 165 4 47 9 94 12 105 2 11 4 27 4 36 1 32 -23 145 | |
| -37 178 -8 18 -14 41 -14 50 0 31 -124 265 -181 341 -31 41 -93 115 -138 164 | |
| -44 49 -81 97 -81 107 0 10 -6 36 -14 56 -8 21 -17 50 -20 65 -9 38 -111 137 | |
| -175 171 -57 29 -62 30 -166 12z m-28 -477 c1 -14 24 -42 60 -73 141 -121 270 | |
| -280 337 -415 37 -74 59 -198 47 -267 -5 -32 -15 -91 -21 -130 -9 -56 -21 -87 | |
| -52 -135 -101 -157 -279 -338 -381 -390 -66 -33 -236 -78 -296 -78 -41 0 -91 | |
| 31 -148 91 -95 102 -109 382 -32 689 25 101 153 354 229 455 43 56 245 274 | |
| 255 275 1 0 1 -10 2 -22z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment