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="231.000000pt" height="324.000000pt" viewBox="0 0 231.000000 324.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,324.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1950 3229 c-36 -5 -99 -11 -141 -14 -42 -2 -114 -9 -160 -15 -46 -5 | |
| -160 -17 -254 -26 -93 -8 -204 -20 -245 -25 -41 -5 -120 -14 -175 -20 -55 -5 | |
| -170 -17 -255 -26 -85 -9 -184 -17 -220 -18 -36 -1 -74 -5 -85 -8 -11 -4 -40 | |
| -12 -65 -18 -54 -13 -232 -75 -277 -96 -21 -10 -40 -30 -53 -58 l-21 -43 20 | |
| -60 c51 -149 60 -169 95 -187 28 -15 39 -16 62 -7 16 6 53 13 82 17 63 6 128 | |
| 20 167 35 15 6 70 13 121 16 l94 6 -5 -269 c-3 -147 -10 -358 -15 -468 -9 | |
| -184 -17 -369 -26 -570 -2 -44 -10 -156 -18 -250 -29 -340 -41 -836 -23 -963 | |
| 9 -64 16 -79 45 -108 19 -19 40 -34 48 -34 8 0 14 -5 14 -11 0 -8 17 -10 58 | |
| -4 75 10 79 10 133 1 37 -5 50 -3 63 9 9 9 16 13 16 8 0 -4 6 1 13 12 22 31 | |
| 60 202 52 228 -8 25 -22 116 -34 232 -5 44 -5 132 0 195 29 399 45 676 60 | |
| 1030 9 231 27 823 28 942 l1 66 38 6 c106 15 209 26 317 36 66 5 190 17 275 | |
| 26 85 8 245 23 356 32 212 18 206 17 253 77 21 28 22 36 16 120 -8 104 -27 | |
| 171 -57 197 -18 15 -37 18 -127 16 -58 0 -135 -5 -171 -9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment