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="197.000000pt" height="232.000000pt" viewBox="0 0 197.000000 232.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,232.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M830 2316 c-3 -2 -27 -6 -55 -9 -66 -6 -140 -36 -217 -86 -35 -23 | |
| -68 -41 -75 -41 -13 0 -163 -159 -163 -173 0 -6 -18 -33 -39 -61 -21 -28 -52 | |
| -78 -69 -111 -63 -127 -152 -431 -178 -615 -8 -52 -19 -110 -25 -129 -15 -45 | |
| -4 -236 21 -379 21 -121 65 -251 107 -318 15 -25 36 -61 46 -79 17 -31 112 | |
| -121 162 -153 108 -68 285 -87 425 -45 68 21 135 47 160 63 8 5 29 16 45 23 | |
| 52 24 141 103 219 196 42 49 76 94 76 100 0 6 4 11 10 11 5 0 16 13 25 29 8 | |
| 16 21 35 28 43 8 8 23 30 33 48 l18 35 8 -60 c15 -111 58 -329 75 -380 39 | |
| -117 160 -225 254 -225 9 0 33 7 52 15 20 8 47 15 61 15 57 0 120 99 130 205 | |
| 4 32 -1 43 -28 69 -18 17 -54 54 -80 82 l-46 51 -10 102 c-18 192 -67 458 | |
| -135 746 -32 132 -35 159 -29 225 14 151 13 253 -3 288 -9 17 -19 32 -24 32 | |
| -5 0 -9 5 -9 11 0 6 -23 33 -51 60 -44 43 -56 49 -92 49 l-42 0 -62 108 c-33 | |
| 59 -70 112 -82 118 -11 6 -29 18 -39 27 -32 29 -148 85 -201 96 -60 13 -194 | |
| 24 -201 17z m146 -406 c54 -27 63 -37 112 -119 47 -80 82 -125 82 -107 0 4 7 | |
| 1 14 -7 10 -10 15 -35 14 -73 0 -33 5 -87 11 -121 11 -56 9 -71 -15 -165 -14 | |
| -57 -27 -121 -30 -143 -6 -67 -108 -301 -170 -392 -132 -192 -237 -275 -365 | |
| -288 l-65 -7 -45 44 c-87 86 -125 262 -108 512 21 324 89 537 238 743 61 85 | |
| 156 142 257 152 6 1 37 -12 70 -29z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment