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="202.000000pt" height="235.000000pt" viewBox="0 0 202.000000 235.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,235.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1048 2338 c-108 -8 -238 -61 -376 -155 -51 -35 -98 -63 -103 -63 | |
| -14 0 -249 -235 -249 -249 0 -6 -22 -42 -49 -79 -65 -89 -161 -315 -200 -471 | |
| -17 -68 -35 -129 -40 -135 -21 -25 -31 -251 -14 -296 3 -8 5 -25 4 -37 -1 -12 | |
| 5 -43 14 -70 9 -26 18 -57 19 -68 2 -20 30 -116 48 -168 6 -15 14 -27 18 -27 | |
| 5 0 25 -28 44 -63 65 -111 156 -217 226 -263 36 -23 75 -52 88 -63 12 -12 27 | |
| -21 33 -21 6 0 34 -11 62 -24 29 -13 63 -27 77 -31 14 -3 34 -10 45 -15 70 | |
| -30 371 -54 397 -32 7 5 47 17 88 26 41 8 100 23 130 31 30 9 64 17 75 19 26 | |
| 5 121 34 165 51 19 8 46 17 60 21 14 3 80 33 148 66 100 50 133 72 186 125 53 | |
| 53 65 71 68 103 6 69 -7 95 -75 143 -34 25 -73 57 -86 71 -44 47 -139 30 -189 | |
| -34 -34 -41 -129 -99 -197 -120 -22 -7 -65 -23 -95 -35 -150 -63 -378 -103 | |
| -462 -82 -18 5 -60 12 -93 17 -67 9 -125 28 -125 40 0 4 -22 22 -48 39 -92 59 | |
| -151 149 -199 306 -9 28 -18 52 -22 55 -3 3 -7 45 -9 94 l-3 89 53 -7 c156 | |
| -21 269 -16 1098 45 85 7 169 13 185 14 47 3 100 31 155 83 13 12 26 22 30 22 | |
| 3 0 14 13 23 30 10 16 16 30 13 30 -3 0 -1 12 5 28 6 15 13 41 15 57 2 17 8 | |
| 59 14 95 15 97 6 244 -19 308 -11 28 -19 52 -16 52 8 0 -56 121 -102 192 -55 | |
| 84 -139 177 -178 195 -16 7 -52 27 -79 44 -62 38 -105 54 -241 89 -127 32 | |
| -195 38 -317 28z m257 -420 c101 -25 130 -43 200 -125 83 -98 98 -132 103 | |
| -239 l4 -91 -138 -7 c-77 -4 -199 -9 -273 -12 -73 -2 -177 -9 -230 -14 -107 | |
| -11 -439 -40 -459 -40 -14 0 9 49 77 165 48 82 228 271 297 311 25 15 76 40 | |
| 113 55 59 25 74 28 146 23 44 -3 116 -15 160 -26z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment