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="202.000000pt" height="249.000000pt" viewBox="0 0 202.000000 249.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,249.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M894 2479 c-39 -8 -171 -75 -207 -105 -16 -13 -34 -24 -41 -24 -13 0 | |
| -136 -121 -136 -134 0 -5 -15 -27 -33 -50 -61 -75 -176 -252 -214 -330 -21 | |
| -42 -46 -91 -55 -109 -35 -66 -111 -292 -167 -497 -44 -157 -50 -480 -13 -625 | |
| 36 -141 91 -254 177 -360 137 -170 249 -225 490 -240 114 -7 295 20 295 44 0 | |
| 5 19 11 43 14 74 10 294 134 398 223 171 147 274 254 336 347 24 37 49 67 54 | |
| 67 6 0 35 53 65 118 31 64 71 149 90 188 32 68 35 79 41 210 5 122 3 152 -17 | |
| 244 -13 58 -24 118 -25 134 -5 53 -121 258 -227 399 -95 127 -122 159 -200 | |
| 232 -81 77 -212 180 -229 180 -4 0 -14 6 -20 13 -7 6 -23 12 -34 12 -12 0 -44 | |
| 12 -71 27 -44 24 -60 26 -160 27 -61 1 -124 -1 -140 -5z m205 -401 c128 -73 | |
| 376 -352 457 -514 39 -78 64 -205 64 -326 0 -107 -62 -237 -184 -388 -68 -84 | |
| -249 -263 -313 -309 -84 -61 -200 -110 -326 -136 -54 -12 -82 -13 -143 -4 | |
| l-75 12 -51 61 c-130 156 -155 335 -93 681 13 74 31 147 38 162 8 15 27 66 42 | |
| 113 93 281 302 582 460 660 52 26 58 26 124 -12z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment