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="176.000000pt" height="380.000000pt" viewBox="0 0 176.000000 380.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,380.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1333 3790 c-47 -11 -62 -22 -280 -214 -370 -326 -400 -353 -566 | |
| -525 -85 -88 -87 -91 -87 -138 0 -45 5 -53 71 -130 39 -46 76 -84 82 -84 91 | |
| -12 112 -7 167 37 30 24 64 48 75 53 18 9 145 129 171 162 21 26 232 219 241 | |
| 219 4 0 51 41 103 91 52 50 121 113 152 141 81 72 106 114 109 188 3 48 -7 64 | |
| -89 143 -72 69 -82 73 -149 57z"/> | |
| <path d="M930 2545 c-93 -13 -170 -25 -419 -66 -68 -11 -125 -18 -128 -16 -8 | |
| 8 -107 -22 -212 -65 -137 -57 -144 -66 -142 -194 0 -55 0 -108 0 -119 0 -11 | |
| -2 -121 -3 -245 -2 -124 -8 -412 -16 -640 -14 -455 -10 -742 12 -805 11 -33 | |
| 11 -45 1 -67 -16 -31 -29 -174 -20 -209 8 -28 42 -69 77 -91 49 -31 278 -33 | |
| 505 -3 22 3 96 12 165 21 69 8 195 27 280 40 183 30 414 54 522 54 66 0 84 4 | |
| 122 27 57 34 94 111 76 157 -5 15 -10 51 -10 80 0 44 -5 59 -27 84 -16 16 -38 | |
| 35 -50 41 -31 16 -267 14 -393 -3 -58 -8 -152 -20 -210 -26 -58 -6 -175 -22 | |
| -260 -35 -85 -13 -184 -26 -220 -30 -36 -3 -78 -8 -93 -11 -15 -3 -27 -2 -26 | |
| 3 5 27 -3 64 -17 77 -8 9 -12 16 -7 16 4 0 0 5 -10 11 -16 9 -17 34 -17 293 | |
| l0 284 78 11 c124 19 293 31 348 25 61 -8 109 13 127 54 6 15 16 32 22 39 24 | |
| 29 31 40 43 66 17 40 15 70 -9 119 -28 56 -78 98 -126 105 -21 3 -41 10 -44 | |
| 15 -12 18 -235 8 -389 -17 l-26 -4 4 210 c3 148 1 214 -7 222 -6 6 -11 32 -11 | |
| 59 0 45 1 47 33 53 102 17 273 46 342 59 95 17 283 28 525 31 198 2 213 6 268 | |
| 74 33 41 33 42 29 130 -4 77 -8 94 -30 123 -57 74 -45 71 -317 73 -152 2 -281 | |
| -3 -340 -10z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment