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="227.000000pt" height="305.000000pt" viewBox="0 0 227.000000 305.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,305.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1605 3039 c-65 -11 -667 -16 -909 -7 -155 5 -195 4 -217 -8 -16 -8 | |
| -37 -14 -48 -14 -11 0 -28 -9 -38 -19 -10 -11 -34 -30 -52 -43 -27 -19 -40 | |
| -40 -67 -115 -19 -52 -31 -102 -28 -115 7 -31 7 -32 -6 -123 -9 -54 -14 -277 | |
| -16 -695 -4 -597 -19 -1011 -44 -1159 -5 -35 -19 -94 -31 -130 -19 -61 -31 | |
| -130 -30 -175 0 -10 -8 -20 -17 -23 -9 -2 -35 -28 -57 -56 -42 -54 -48 -87 | |
| -32 -172 9 -47 18 -58 112 -130 l74 -56 58 6 c49 5 63 11 96 43 59 57 154 187 | |
| 167 229 7 21 16 43 21 48 7 10 13 33 24 105 3 14 13 54 23 90 11 36 17 74 15 | |
| 85 -8 46 -7 107 5 230 7 72 14 178 15 236 l2 106 90 7 c50 4 108 12 130 18 22 | |
| 5 54 11 70 12 89 7 386 61 425 78 95 42 111 53 130 94 26 52 25 57 -7 155 -34 | |
| 102 -50 114 -168 123 -84 6 -266 -13 -310 -33 -29 -13 -127 -30 -220 -37 -44 | |
| -4 -93 -13 -108 -21 l-29 -14 6 458 c3 252 9 492 13 533 l8 75 35 -2 c271 -12 | |
| 916 2 1054 23 35 6 38 5 25 -9 -8 -8 -29 -22 -47 -31 -36 -19 -40 -41 -16 -89 | |
| 9 -18 18 -33 19 -35 2 -2 31 11 66 28 59 30 64 31 99 17 39 -15 137 -16 161 | |
| -1 8 5 16 9 19 10 33 5 150 101 150 123 0 6 4 11 8 11 21 0 41 70 36 122 -8 | |
| 75 -57 173 -95 188 -16 7 -29 16 -29 20 0 10 -87 31 -149 37 -104 9 -339 11 | |
| -386 2z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment