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="194.000000pt" height="322.000000pt" viewBox="0 0 194.000000 322.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,322.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M149 3213 c-9 -2 -32 -23 -50 -46 l-34 -42 -1 -250 c0 -137 3 -315 7 | |
| -395 12 -209 12 -728 0 -915 -5 -88 -15 -250 -20 -360 -6 -110 -18 -276 -26 | |
| -370 -8 -93 -16 -294 -17 -446 l-3 -275 28 -26 c32 -30 89 -45 199 -52 69 -4 | |
| 79 -2 101 18 39 36 55 67 62 123 4 29 8 53 8 53 1 0 38 -19 82 -41 102 -52 | |
| 212 -95 295 -115 36 -9 70 -20 76 -25 29 -23 220 -46 337 -41 64 2 117 8 117 | |
| 13 0 5 24 16 54 24 30 9 70 27 89 40 20 13 42 25 50 27 19 4 190 159 183 165 | |
| -3 3 21 44 53 92 56 84 130 219 136 250 2 9 15 63 30 120 24 97 26 122 28 335 | |
| 2 237 -5 317 -29 337 -8 6 -14 23 -14 38 0 27 -32 136 -49 168 -5 10 -24 50 | |
| -43 88 -60 126 -133 215 -257 312 -59 45 -106 73 -155 90 -38 13 -83 31 -99 | |
| 40 -17 8 -47 17 -69 19 -21 3 -57 11 -79 19 -23 8 -46 12 -52 8 -6 -3 -36 -8 | |
| -66 -9 -97 -6 -204 -21 -261 -38 -30 -9 -65 -19 -77 -21 -27 -6 -129 -55 -166 | |
| -79 -15 -10 -31 -15 -35 -12 -4 4 -6 74 -4 154 2 134 -12 332 -39 527 -5 39 | |
| -13 104 -18 145 -5 41 -16 108 -25 148 -9 40 -16 92 -16 115 -1 74 -36 98 | |
| -142 96 -40 -1 -80 -3 -89 -6z m1008 -1443 c96 -30 133 -52 199 -122 100 -104 | |
| 174 -277 174 -407 0 -39 5 -102 12 -139 30 -178 -69 -472 -207 -615 -52 -53 | |
| -78 -68 -144 -82 -50 -10 -75 -10 -158 5 -103 18 -308 80 -406 124 -32 14 -74 | |
| 28 -95 32 -20 4 -43 11 -49 16 -7 6 -22 8 -34 5 -12 -3 -22 0 -25 8 -3 7 4 71 | |
| 15 142 11 70 23 160 26 198 19 204 88 494 149 621 63 132 128 184 271 215 109 | |
| 23 196 23 272 -1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment