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="175.000000pt" height="342.000000pt" viewBox="0 0 175.000000 342.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,342.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1179 3383 c-104 -52 -164 -119 -209 -233 -21 -54 -17 -97 17 -182 | |
| 44 -108 192 -161 322 -117 30 11 57 23 61 27 3 4 19 17 36 27 50 31 111 112 | |
| 124 164 6 25 15 62 21 82 14 57 10 80 -24 138 -35 59 -48 66 -209 111 l-68 19 | |
| -71 -36z"/> | |
| <path d="M310 3337 c-114 -87 -160 -150 -160 -216 0 -39 7 -52 63 -121 116 | |
| -145 141 -146 303 -14 65 53 126 109 136 125 10 16 18 48 18 72 0 37 -8 52 | |
| -66 122 -76 93 -93 104 -154 104 -41 0 -54 -7 -140 -72z"/> | |
| <path d="M1537 2579 c-9 -6 -27 -12 -40 -13 -35 -5 -67 -18 -67 -26 0 -5 -12 | |
| -13 -27 -20 -56 -23 -71 -34 -89 -67 -17 -33 -17 -37 0 -123 17 -81 18 -130 | |
| 12 -587 -8 -562 -13 -729 -22 -758 -9 -32 -32 -218 -28 -229 7 -19 -33 -144 | |
| -57 -177 -79 -111 -184 -159 -350 -159 -86 0 -102 3 -155 30 -99 50 -187 182 | |
| -228 345 -49 197 -67 431 -72 985 -6 518 -9 632 -17 674 -10 51 -35 66 -136 | |
| 81 -81 12 -96 12 -115 0 -27 -18 -66 -88 -66 -119 0 -12 -6 -30 -14 -41 -7 | |
| -11 -17 -56 -20 -100 -4 -44 -11 -120 -16 -170 -5 -49 -13 -137 -19 -195 -14 | |
| -152 -13 -427 4 -645 17 -233 61 -542 80 -572 8 -12 24 -53 36 -90 30 -98 67 | |
| -181 106 -237 18 -26 33 -53 33 -60 0 -15 122 -141 154 -158 13 -7 46 -24 73 | |
| -38 26 -14 50 -28 53 -31 13 -15 52 -28 145 -47 154 -32 263 -31 410 4 33 8 | |
| 71 17 85 20 14 3 45 16 69 30 24 13 50 24 58 24 31 0 159 119 215 200 18 25 | |
| 35 47 39 50 4 3 24 43 44 89 42 100 67 208 88 386 26 209 35 466 41 1070 2 | |
| 185 -12 475 -25 510 -28 74 -65 138 -89 149 -40 21 -73 26 -93 15z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment