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="199.000000pt" height="308.000000pt" viewBox="0 0 199.000000 308.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,308.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M995 3053 c-49 -14 -105 -36 -123 -50 -18 -13 -52 -33 -77 -44 -93 | |
| -41 -247 -214 -396 -444 -45 -70 -167 -308 -184 -360 -10 -27 -25 -59 -35 -70 | |
| -16 -18 -60 -140 -74 -205 -3 -14 -14 -59 -25 -100 -65 -241 -90 -505 -71 | |
| -740 6 -63 12 -143 15 -177 5 -63 55 -237 97 -334 13 -30 42 -85 65 -121 22 | |
| -36 44 -74 47 -84 7 -22 117 -123 185 -171 25 -18 75 -46 111 -63 36 -17 73 | |
| -35 82 -40 22 -12 192 -39 259 -41 30 -1 95 4 144 11 50 6 106 14 125 16 59 6 | |
| 180 55 302 121 159 86 218 121 237 142 9 10 38 35 64 56 27 21 54 49 60 64 17 | |
| 39 65 108 128 182 39 46 55 73 53 90 -1 13 -3 27 -3 31 -1 4 -32 34 -70 66 | |
| -91 79 -116 76 -216 -27 -21 -23 -43 -41 -47 -41 -4 0 -32 -16 -63 -35 -30 | |
| -19 -66 -40 -79 -45 -14 -5 -42 -20 -64 -34 -152 -96 -362 -174 -492 -183 | |
| -207 -14 -336 44 -412 184 -43 78 -99 241 -114 333 -18 110 -18 325 0 470 18 | |
| 138 60 322 85 370 10 19 37 89 59 155 52 154 159 358 268 508 73 101 97 126 | |
| 156 164 53 34 79 45 111 45 46 1 127 -19 127 -30 0 -4 12 -20 26 -37 35 -40 | |
| 44 -67 44 -128 0 -34 7 -63 20 -84 17 -29 25 -33 61 -33 60 0 105 36 176 140 | |
| 34 50 38 63 45 145 6 86 2 122 -25 185 -11 26 -14 34 -16 49 -2 16 -135 117 | |
| -191 145 -74 38 -132 55 -210 62 -36 4 -67 7 -70 9 -3 1 -45 -9 -95 -22z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment