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="181.000000pt" height="242.000000pt" viewBox="0 0 181.000000 242.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,242.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1215 2413 c-196 -15 -495 -93 -675 -175 -191 -88 -325 -197 -428 | |
| -350 -29 -43 -51 -78 -48 -78 2 0 -6 -30 -19 -67 -31 -94 -40 -180 -25 -261 | |
| 14 -79 29 -122 41 -122 5 0 9 -6 9 -13 0 -20 48 -85 73 -99 13 -7 55 -36 93 | |
| -65 83 -63 165 -106 208 -109 17 -1 60 -5 95 -9 48 -4 70 -2 87 10 13 8 35 15 | |
| 49 15 15 0 51 11 80 25 30 13 118 43 197 67 115 34 159 42 224 43 73 0 85 -3 | |
| 129 -30 40 -25 53 -40 74 -90 21 -51 25 -76 25 -170 l1 -110 -51 -105 c-44 | |
| -89 -64 -118 -135 -190 l-84 -85 -100 -19 c-55 -10 -110 -22 -122 -27 -13 -5 | |
| -71 -2 -140 7 -147 19 -202 48 -322 166 -104 103 -131 132 -131 140 0 4 -12 | |
| 19 -27 35 -16 16 -33 37 -38 47 -11 18 -14 18 -90 -8 -56 -18 -89 -36 -110 | |
| -59 -58 -61 -58 -71 -12 -203 45 -128 62 -157 135 -232 50 -51 184 -156 242 | |
| -188 204 -115 583 -127 835 -27 95 38 179 98 257 182 61 66 196 251 183 251 | |
| -3 0 4 18 15 40 27 53 55 130 80 220 27 102 28 261 1 339 -11 31 -22 70 -24 | |
| 86 -4 33 -21 82 -37 105 -6 8 -19 33 -29 56 -25 53 -132 150 -201 181 -235 | |
| 107 -442 99 -795 -30 -159 -58 -180 -58 -249 -8 -52 38 -56 45 -56 81 0 57 40 | |
| 138 97 195 87 87 287 180 428 200 28 4 66 11 86 16 20 5 80 16 134 24 93 14 | |
| 99 13 136 -5 66 -34 142 -21 172 29 9 15 34 47 57 69 22 23 41 49 41 57 1 8 2 | |
| 25 3 38 4 42 -16 89 -51 123 -19 19 -41 34 -48 34 -7 0 -18 7 -25 15 -7 8 -27 | |
| 15 -44 15 -18 0 -37 5 -43 11 -12 12 -66 17 -128 12z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment