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="260.000000pt" viewBox="0 0 175.000000 260.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,260.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M740 2581 c-67 -11 -131 -29 -177 -49 -39 -18 -75 -32 -80 -32 -11 0 | |
| -126 -75 -170 -110 -36 -29 -123 -133 -147 -176 -9 -16 -20 -36 -25 -44 -54 | |
| -89 -78 -138 -107 -221 -27 -79 -34 -113 -34 -175 0 -185 63 -338 175 -422 54 | |
| -41 82 -55 113 -57 21 -2 59 -8 85 -15 36 -10 54 -10 73 -1 14 6 34 11 44 11 | |
| 23 0 195 80 295 136 76 43 244 118 287 128 39 9 69 -6 173 -87 l94 -72 3 -125 | |
| c2 -145 2 -144 -11 -273 -11 -108 -29 -148 -105 -242 -23 -27 -65 -79 -95 | |
| -115 -82 -100 -179 -199 -213 -216 -45 -23 -202 -46 -230 -33 -33 15 -82 84 | |
| -113 159 -15 35 -35 74 -44 86 -9 11 -29 53 -46 92 -45 107 -66 112 -210 50 | |
| -110 -47 -141 -79 -129 -133 3 -16 6 -40 5 -52 -1 -23 82 -233 131 -328 40 | |
| -79 146 -188 212 -216 112 -48 171 -53 426 -34 159 12 291 107 505 365 44 52 | |
| 88 104 98 115 37 39 157 226 163 253 3 15 10 38 16 52 29 70 38 160 37 360 -1 | |
| 113 -4 230 -6 260 -2 30 -3 63 -4 73 0 20 -76 142 -106 170 -10 9 -56 46 -103 | |
| 82 -47 36 -97 77 -111 90 -14 14 -29 25 -33 25 -3 0 -23 11 -44 25 -53 35 | |
| -155 65 -221 65 -121 0 -370 -95 -597 -226 -23 -14 -59 -25 -80 -27 l-39 -2 | |
| -3 43 c-6 81 66 237 152 330 66 71 220 131 344 133 26 1 90 -8 142 -19 189 | |
| -41 213 -42 273 -17 42 17 53 34 84 130 29 87 24 131 -20 179 -24 26 -48 38 | |
| -96 51 -36 9 -83 22 -105 29 -93 29 -126 35 -221 39 -64 3 -137 -2 -205 -12z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment