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="90.000000pt" height="241.000000pt" viewBox="0 0 90.000000 241.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,241.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M427 2398 c-65 -8 -247 -86 -287 -122 -14 -13 -44 -33 -67 -46 -77 | |
| -42 -85 -119 -25 -234 33 -63 41 -72 75 -80 30 -8 47 -5 90 12 29 12 63 22 75 | |
| 22 13 0 35 6 50 13 15 7 38 13 52 12 14 -1 42 7 62 17 53 26 98 22 164 -13 58 | |
| -30 75 -32 144 -15 14 3 26 10 28 15 2 5 16 23 32 40 16 16 32 43 35 58 4 15 | |
| 15 48 26 73 11 25 18 56 15 70 -2 14 -5 28 -5 32 -1 4 -22 22 -48 39 -27 18 | |
| -50 36 -53 40 -6 8 -65 34 -141 60 -57 20 -105 21 -222 7z"/> | |
| <path d="M257 1473 c-43 -62 -78 -310 -84 -597 -4 -152 -2 -246 6 -280 6 -28 | |
| 16 -114 21 -191 8 -107 17 -162 40 -234 41 -129 82 -162 201 -163 65 0 71 2 | |
| 108 35 21 19 49 38 61 42 12 4 30 24 40 48 l18 41 -29 57 c-26 50 -31 73 -40 | |
| 186 -5 70 -14 157 -20 193 -14 78 -13 292 1 375 21 129 10 367 -21 427 -5 10 | |
| -9 26 -9 37 0 11 -14 28 -34 40 -28 18 -50 21 -133 21 l-100 0 -26 -37z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment