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="295.000000pt" height="304.000000pt" viewBox="0 0 295.000000 304.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,304.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M2686 3030 c-26 -5 -50 -18 -68 -38 -15 -17 -38 -34 -51 -37 -15 -4 | |
| -31 -22 -44 -49 -18 -37 -20 -48 -10 -84 14 -51 2 -114 -52 -280 -21 -64 -43 | |
| -139 -49 -167 -17 -82 -60 -315 -70 -385 -5 -36 -21 -123 -35 -195 -13 -71 | |
| -29 -157 -35 -190 -72 -408 -143 -657 -274 -960 -31 -71 -85 -155 -100 -155 | |
| -11 0 -163 155 -253 258 -38 44 -77 83 -85 86 -8 3 -35 24 -60 46 l-45 40 | |
| -116 0 c-96 0 -119 -3 -130 -17 -8 -9 -37 -33 -65 -54 -59 -44 -113 -119 -192 | |
| -268 l-56 -105 -42 91 c-23 50 -52 131 -63 179 -12 49 -30 127 -42 174 -52 | |
| 215 -145 745 -141 810 0 8 -6 65 -14 125 -8 61 -17 142 -19 182 -5 81 -41 312 | |
| -55 358 -25 78 -50 199 -50 240 0 55 -21 89 -139 230 -95 113 -97 115 -131 | |
| 115 -25 0 -145 -86 -183 -131 -22 -27 -23 -111 -1 -175 9 -25 17 -54 20 -63 2 | |
| -9 13 -47 24 -86 43 -147 102 -477 131 -730 23 -200 42 -331 49 -340 4 -5 11 | |
| -46 14 -90 14 -157 51 -371 69 -403 3 -4 8 -29 11 -57 8 -58 61 -278 80 -333 | |
| 14 -39 69 -164 86 -194 6 -10 10 -24 10 -33 0 -22 75 -133 137 -202 58 -65 | |
| 104 -95 188 -121 65 -20 100 -21 155 -2 128 44 183 102 276 291 41 82 77 149 | |
| 81 148 5 0 55 -52 113 -115 58 -62 111 -114 118 -114 6 0 12 -6 12 -12 0 -13 | |
| 169 -118 188 -118 6 0 12 -6 15 -12 3 -10 33 -12 118 -10 96 2 118 6 139 23 | |
| 14 11 39 26 55 33 28 13 155 145 164 170 2 6 7 13 12 16 23 15 151 293 198 | |
| 430 7 19 25 71 40 115 50 142 92 310 131 525 11 63 25 135 30 160 5 25 14 74 | |
| 20 110 6 36 24 135 40 220 15 85 34 189 40 230 14 91 117 506 133 535 15 27 | |
| 27 108 27 173 -1 75 -41 147 -104 185 -51 31 -88 38 -150 27z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment