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="167.000000pt" height="312.000000pt" viewBox="0 0 167.000000 312.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M120 3107 c-67 -33 -83 -149 -74 -524 5 -201 4 -266 -6 -277 -7 -10 | |
| -10 -29 -6 -53 17 -104 4 -910 -20 -1328 -16 -255 -14 -399 7 -535 17 -112 23 | |
| -124 106 -183 66 -48 80 -55 115 -52 22 2 47 10 56 18 10 8 30 17 45 21 16 4 | |
| 39 17 52 30 36 37 68 156 71 266 3 117 21 222 79 443 72 272 148 459 259 630 | |
| 54 83 143 140 257 163 l86 18 31 -23 c38 -26 51 -48 57 -93 11 -84 24 -303 23 | |
| -393 -1 -273 -2 -640 0 -815 1 -107 0 -215 -2 -240 -7 -78 10 -96 128 -140 92 | |
| -34 156 -45 156 -29 0 6 4 8 9 5 5 -3 27 12 49 35 35 34 42 49 48 97 7 54 9 | |
| 280 7 717 -1 105 2 237 5 295 15 229 -13 485 -70 655 -17 47 -48 113 -57 117 | |
| -4 2 -23 25 -42 52 -20 29 -46 53 -60 57 -14 3 -45 20 -68 37 -23 17 -54 33 | |
| -69 37 -70 15 -208 31 -212 25 -3 -4 -43 -15 -88 -24 -46 -9 -91 -21 -100 -26 | |
| -10 -6 -48 -21 -85 -35 -38 -14 -82 -36 -99 -50 -16 -14 -33 -25 -38 -25 -9 0 | |
| -24 -13 -103 -89 -21 -20 -48 -55 -59 -78 -11 -23 -28 -45 -39 -48 -10 -4 -20 | |
| -12 -21 -18 -1 -7 -5 110 -8 258 -6 262 -21 519 -41 715 -5 52 -13 148 -18 | |
| 214 l-7 119 -37 33 c-35 33 -40 34 -114 34 -43 0 -89 -6 -103 -13z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment