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="196.000000pt" height="315.000000pt" viewBox="0 0 196.000000 315.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1665 3139 c-37 -6 -56 -15 -73 -36 -12 -15 -28 -35 -35 -43 -9 -11 | |
| -11 -71 -10 -225 2 -186 -5 -417 -23 -702 l-6 -93 -36 -9 c-21 -6 -86 -19 | |
| -147 -31 -60 -11 -120 -25 -133 -31 -13 -5 -65 -14 -115 -19 -51 -5 -162 -19 | |
| -247 -30 -85 -12 -208 -23 -272 -25 l-118 -3 0 41 c-4 350 -30 717 -50 717 -5 | |
| 0 -11 28 -15 63 -11 90 -30 180 -46 207 -27 47 -38 51 -129 45 -132 -10 -164 | |
| -20 -187 -63 -19 -34 -20 -53 -17 -245 2 -114 8 -245 14 -290 6 -45 13 -221 | |
| 16 -392 3 -180 10 -326 16 -347 8 -27 8 -52 -1 -95 -11 -57 -28 -559 -38 | |
| -1118 -3 -215 -1 -285 9 -305 15 -30 79 -94 103 -103 9 -4 62 -4 117 0 99 6 | |
| 101 6 138 44 20 21 40 52 44 70 9 47 7 209 -3 245 -5 18 -5 68 -1 115 5 46 11 | |
| 208 15 359 3 151 10 349 15 440 5 91 10 182 10 202 0 37 0 37 32 27 44 -12 | |
| 212 -12 279 1 29 6 101 13 159 15 58 3 139 12 180 20 41 9 98 17 125 20 45 4 | |
| 122 19 228 44 20 5 37 6 37 2 0 -3 -5 -24 -10 -46 -25 -102 -32 -762 -12 -979 | |
| 14 -138 50 -296 76 -326 7 -8 16 -22 19 -31 3 -9 32 -31 64 -49 62 -35 110 | |
| -41 147 -17 11 8 33 17 48 21 17 4 38 22 53 46 14 22 29 40 34 40 13 0 33 64 | |
| 33 105 0 18 -14 62 -31 97 -46 97 -56 246 -42 668 7 184 16 369 22 411 9 69 | |
| 24 326 35 594 2 55 9 197 15 315 6 118 8 256 4 305 -7 103 -23 205 -35 220 -4 | |
| 6 -10 37 -13 70 -8 80 -27 95 -122 94 -38 -1 -92 -5 -120 -10z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment