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="54.000000pt" height="317.000000pt" viewBox="0 0 54.000000 317.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,317.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M200 3135 c-132 -53 -138 -69 -144 -370 0 -27 3 -162 7 -300 5 -157 | |
| 4 -286 -3 -348 -5 -53 -12 -188 -15 -298 -3 -110 -7 -210 -10 -222 -10 -43 | |
| -29 -486 -31 -742 -3 -255 2 -309 35 -465 34 -153 95 -292 154 -348 58 -56 96 | |
| -55 216 9 102 54 109 61 118 114 3 17 6 32 8 34 2 2 -16 40 -40 85 -109 205 | |
| -117 350 -65 1201 5 88 10 219 11 290 1 72 5 144 10 160 5 17 11 188 14 380 6 | |
| 473 6 534 2 575 -5 42 -72 206 -92 227 -8 8 -15 18 -15 22 0 6 -58 31 -71 31 | |
| -2 0 -42 -16 -89 -35z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment