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="157.000000pt" height="243.000000pt" viewBox="0 0 157.000000 243.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,243.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M950 2420 c-47 -7 -79 -19 -197 -73 -12 -5 -54 -34 -93 -63 -39 -30 | |
| -75 -54 -79 -54 -14 0 -146 -144 -207 -226 -33 -44 -64 -83 -70 -89 -14 -13 | |
| -80 -127 -128 -224 -21 -40 -48 -83 -62 -95 -20 -17 -30 -47 -54 -160 -53 | |
| -242 -63 -335 -55 -486 4 -74 7 -146 6 -159 -3 -57 63 -221 172 -428 10 -19 | |
| 55 -71 100 -116 111 -110 238 -182 397 -223 64 -17 222 -24 293 -13 120 19 | |
| 306 100 378 164 20 18 43 36 50 41 36 23 99 105 99 129 0 14 6 36 13 48 8 12 | |
| 13 28 12 35 -2 6 -3 21 -4 33 -1 22 -93 125 -113 127 -7 0 -32 4 -54 8 -47 7 | |
| -93 -14 -263 -124 -104 -67 -182 -89 -276 -76 -114 15 -191 60 -276 160 -115 | |
| 136 -160 335 -129 568 l13 96 51 -5 c28 -4 83 -11 121 -16 39 -6 124 -17 190 | |
| -24 66 -8 156 -19 201 -24 50 -6 96 -6 122 0 23 5 60 7 82 5 36 -3 50 3 138 | |
| 64 73 51 108 82 132 120 18 29 39 58 46 65 63 62 77 275 31 448 -30 113 -117 | |
| 316 -156 365 -72 89 -86 104 -114 119 -16 8 -41 26 -54 39 -13 13 -34 24 -46 | |
| 24 -13 0 -28 5 -34 11 -14 14 -115 20 -183 9z m94 -415 c29 -27 77 -126 102 | |
| -213 21 -73 15 -188 -12 -226 -19 -26 -20 -27 -104 -20 -47 3 -143 12 -215 20 | |
| -71 8 -156 17 -187 21 l-57 6 21 41 c31 60 127 182 200 253 58 57 187 143 214 | |
| 143 6 0 23 -11 38 -25z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment