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="182.000000pt" height="308.000000pt" viewBox="0 0 182.000000 308.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,308.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M148 3064 c-61 -33 -66 -51 -72 -272 -3 -111 -10 -293 -16 -404 -13 | |
| -267 -27 -628 -27 -703 0 -33 -5 -150 -12 -260 -19 -306 -17 -591 5 -755 20 | |
| -154 76 -289 143 -347 39 -35 107 -58 143 -50 112 26 168 54 168 86 0 5 6 16 | |
| 13 23 11 11 18 34 43 148 3 14 9 106 14 205 5 99 12 212 15 250 3 39 7 95 9 | |
| 125 3 30 16 117 30 193 43 226 115 374 267 546 78 89 146 131 211 131 41 0 | |
| 102 -42 121 -83 81 -171 107 -248 156 -457 26 -110 30 -133 36 -205 3 -33 10 | |
| -103 16 -155 5 -52 10 -235 9 -407 0 -316 -4 -354 -42 -426 -20 -38 -17 -80 9 | |
| -131 33 -66 50 -81 98 -89 48 -8 63 -11 94 -21 26 -9 101 11 101 26 0 5 5 6 | |
| 10 3 6 -4 17 10 26 31 8 20 22 43 30 51 8 8 14 23 14 32 0 10 7 36 16 57 57 | |
| 137 61 707 7 1114 -17 130 -54 305 -72 338 -7 12 -10 26 -7 31 11 17 -62 208 | |
| -125 330 -51 97 -79 138 -134 196 -39 39 -89 80 -110 90 -22 11 -42 22 -45 25 | |
| -3 3 -24 14 -48 25 -46 20 -165 26 -232 13 -62 -13 -75 -16 -105 -24 -16 -4 | |
| -32 -10 -35 -13 -3 -4 -25 -15 -50 -26 -102 -45 -178 -111 -298 -260 -35 -44 | |
| -67 -78 -71 -75 -3 3 -7 133 -7 290 -1 157 -6 350 -12 430 -6 80 -14 183 -18 | |
| 230 -7 94 -20 121 -69 144 -41 20 -159 20 -197 0z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment