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="244.000000pt" height="318.000000pt" viewBox="0 0 244.000000 318.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,318.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1195 3173 c-22 -2 -44 -9 -49 -14 -6 -5 -18 -9 -28 -9 -9 0 -22 -9 | |
| -27 -19 -6 -10 -24 -24 -42 -30 -61 -21 -174 -124 -247 -224 -85 -117 -231 | |
| -389 -292 -541 -40 -102 -137 -395 -143 -433 -3 -18 -13 -66 -23 -107 -15 -67 | |
| -20 -75 -44 -80 -48 -9 -64 -61 -67 -214 -1 -92 -7 -142 -17 -165 -9 -17 -36 | |
| -106 -61 -197 -49 -180 -62 -217 -81 -240 -17 -21 -65 -175 -71 -227 -5 -46 | |
| 15 -96 45 -112 10 -5 65 -24 123 -41 101 -30 105 -30 140 -14 41 18 70 52 87 | |
| 103 7 19 18 42 26 50 13 16 102 261 110 304 2 12 16 63 30 112 15 50 36 122 | |
| 47 160 27 93 31 100 65 101 64 3 319 26 326 31 10 5 167 30 242 39 76 8 432 | |
| 68 513 86 l62 14 12 -70 c6 -39 23 -123 36 -186 13 -63 31 -155 39 -205 8 -49 | |
| 25 -146 38 -215 14 -69 27 -152 31 -185 4 -33 15 -112 25 -175 21 -126 23 | |
| -168 14 -250 -5 -49 -3 -59 20 -90 14 -19 30 -45 35 -57 12 -26 79 -63 113 | |
| -63 13 1 38 -2 55 -6 46 -9 72 0 117 41 21 19 42 35 46 35 4 0 10 12 13 27 3 | |
| 16 11 48 17 73 13 49 6 296 -9 315 -5 5 -14 55 -21 110 -14 109 -53 342 -75 | |
| 445 -8 36 -28 144 -46 240 -17 96 -38 199 -46 229 -7 30 -16 71 -18 90 -11 86 | |
| -61 314 -76 346 -5 11 -15 47 -23 80 -45 191 -137 489 -181 590 -34 77 -98 | |
| 200 -111 216 -8 8 -14 20 -14 26 0 33 -223 233 -261 233 -5 0 -27 11 -49 25 | |
| -22 14 -40 23 -40 20 0 -3 -17 2 -37 11 -39 16 -156 25 -228 17z m163 -427 | |
| c30 -16 140 -145 166 -194 24 -46 73 -184 112 -317 20 -66 40 -125 45 -131 5 | |
| -6 11 -27 13 -46 3 -19 12 -63 21 -98 9 -34 14 -69 11 -76 -4 -10 -27 -14 -86 | |
| -14 -45 0 -151 -11 -236 -25 -543 -88 -632 -101 -641 -92 -3 4 2 35 12 69 9 | |
| 34 18 71 20 83 3 29 63 211 84 259 11 23 31 70 46 106 80 192 180 357 273 448 | |
| 38 37 49 42 88 42 25 0 57 -6 72 -14z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment