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="232.000000pt" height="291.000000pt" viewBox="0 0 232.000000 291.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,291.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1913 2878 c-33 -16 -73 -28 -97 -28 -21 0 -47 -7 -55 -15 -12 -10 | |
| -63 -18 -166 -25 -205 -16 -955 -29 -978 -17 -25 12 -99 11 -139 -1 -18 -6 | |
| -53 -13 -78 -16 -59 -8 -109 -24 -142 -47 -14 -11 -30 -19 -35 -19 -4 0 -48 | |
| -35 -97 -78 -91 -79 -108 -105 -119 -185 -2 -20 -2 -39 2 -42 3 -4 6 -10 7 | |
| -13 2 -19 24 -59 38 -71 9 -7 16 -18 16 -24 0 -16 91 -118 115 -129 27 -12 63 | |
| 5 118 55 29 27 37 42 37 69 l0 35 73 12 c39 7 102 15 139 18 40 3 72 10 79 19 | |
| 7 9 30 14 61 14 50 0 50 0 43 -27 -9 -37 -7 -241 6 -478 19 -359 22 -605 9 | |
| -829 -7 -122 -14 -277 -16 -346 -1 -69 -5 -154 -7 -190 -3 -36 -8 -103 -12 | |
| -149 -3 -47 -11 -93 -16 -103 -7 -13 -5 -45 6 -106 19 -105 29 -127 65 -142 | |
| 35 -14 248 -20 275 -7 45 22 60 65 71 192 3 50 8 108 10 130 43 479 55 1275 | |
| 25 1575 -6 58 -15 161 -22 230 -6 69 -15 132 -19 140 -4 8 -11 34 -15 56 l-6 | |
| 42 103 6 c57 4 148 11 204 17 56 5 166 11 245 14 79 2 189 9 244 16 55 6 125 | |
| 12 155 13 73 3 226 60 247 93 9 14 18 43 20 66 2 23 5 56 6 72 7 65 -38 141 | |
| -105 178 -22 12 -52 28 -66 36 -14 8 -57 14 -99 15 -61 1 -82 -4 -130 -26z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment