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="193.000000pt" height="215.000000pt" viewBox="0 0 193.000000 215.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,215.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M910 2141 c-25 -4 -65 -18 -90 -29 -25 -12 -51 -22 -58 -22 -8 0 -32 | |
| -13 -55 -29 -23 -15 -53 -35 -67 -43 -59 -36 -226 -198 -280 -272 -33 -45 -70 | |
| -94 -83 -111 -39 -49 -122 -212 -167 -330 -23 -60 -46 -117 -50 -126 -5 -9 | |
| -18 -63 -31 -119 -17 -80 -20 -123 -16 -194 2 -50 1 -101 -4 -113 -11 -29 13 | |
| -163 40 -226 12 -27 21 -53 21 -58 0 -5 20 -50 45 -101 45 -95 123 -195 173 | |
| -222 233 -127 323 -134 632 -52 26 7 159 84 210 121 55 41 101 79 169 141 l45 | |
| 42 38 -77 c20 -42 37 -80 38 -84 0 -5 21 -33 47 -64 91 -106 219 -182 285 | |
| -169 56 11 85 43 133 144 56 117 55 144 -5 183 -57 36 -137 134 -160 196 -11 | |
| 29 -30 117 -44 195 -28 167 -24 247 18 370 58 171 94 419 66 453 -5 6 -12 31 | |
| -15 55 -13 90 -27 101 -158 119 -67 10 -84 9 -113 -5 -19 -9 -34 -20 -34 -25 | |
| 0 -5 -4 -9 -9 -9 -8 0 -18 26 -28 80 -8 42 -81 190 -97 196 -9 3 -14 10 -11 | |
| 15 3 4 -9 21 -26 36 -48 42 -66 59 -70 70 -7 17 -143 65 -194 68 -27 2 -70 0 | |
| -95 -4z m112 -388 c13 -16 31 -42 37 -60 7 -18 19 -38 27 -44 8 -6 23 -32 34 | |
| -57 11 -24 43 -66 70 -93 47 -46 67 -55 114 -51 15 2 17 -2 11 -25 -4 -16 -11 | |
| -55 -16 -88 -4 -33 -13 -85 -18 -115 -5 -30 -10 -80 -10 -110 -1 -66 -54 -211 | |
| -114 -312 -54 -89 -188 -225 -279 -281 -92 -57 -201 -91 -263 -81 -57 8 -118 | |
| 55 -155 119 -30 54 -50 174 -50 310 0 76 38 239 77 335 47 114 176 312 275 | |
| 422 28 32 211 158 228 158 4 0 18 -12 32 -27z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment