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="202.000000pt" height="230.000000pt" viewBox="0 0 202.000000 230.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,230.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M970 2289 c-80 -3 -166 -11 -191 -17 -206 -48 -378 -120 -469 -196 | |
| -30 -25 -58 -46 -62 -46 -3 0 -11 -15 -18 -34 -6 -18 -25 -47 -43 -63 -44 -40 | |
| -129 -216 -159 -328 -22 -86 -23 -105 -22 -405 0 -249 4 -333 17 -400 9 -47 | |
| 23 -150 32 -230 8 -80 20 -165 26 -190 6 -25 12 -58 15 -75 2 -16 10 -63 16 | |
| -104 14 -93 29 -136 59 -172 23 -28 27 -29 111 -29 126 0 186 15 226 57 37 39 | |
| 39 59 18 160 -8 39 -17 168 -20 303 -4 129 -12 278 -17 330 -10 81 -20 440 | |
| -19 663 0 53 -3 67 -15 67 -22 0 -19 16 15 76 62 108 189 192 350 230 144 35 | |
| 482 -5 650 -76 70 -30 94 -45 155 -95 89 -73 172 -96 226 -62 13 8 38 18 56 | |
| 22 41 8 91 59 98 99 17 101 19 97 -58 185 -40 45 -92 93 -117 107 -55 31 -190 | |
| 95 -210 100 -8 2 -60 20 -115 40 -87 31 -362 97 -382 92 -5 -1 -73 -5 -153 -9z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment