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="70.000000pt" height="260.000000pt" viewBox="0 0 70.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="M170 2584 c-84 -12 -110 -20 -129 -39 -28 -28 -44 -106 -35 -180 13 | |
| -116 38 -149 109 -147 25 1 59 -5 75 -13 16 -8 48 -15 70 -15 23 0 49 -4 58 | |
| -9 9 -4 74 -5 143 -2 111 6 130 9 162 31 40 27 64 63 71 107 6 30 -23 165 -43 | |
| 202 -22 40 -71 58 -176 65 -55 4 -122 8 -150 11 -27 2 -97 -3 -155 -11z"/> | |
| <path d="M203 1702 c-12 -9 -30 -43 -41 -74 -22 -63 -27 -209 -27 -853 0 -299 | |
| 2 -327 23 -420 61 -266 103 -324 255 -352 27 -5 87 13 87 27 0 4 17 12 38 18 | |
| 55 17 67 46 72 172 4 74 -1 91 -30 122 -17 17 -30 36 -30 42 -1 6 -5 45 -11 | |
| 86 -6 41 -14 251 -19 465 -12 526 -24 711 -47 737 -34 38 -69 48 -160 48 -68 | |
| 0 -93 -4 -110 -18z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment