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="60.000000pt" height="289.000000pt" viewBox="0 0 60.000000 289.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,289.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M308 2870 c-54 -11 -105 -23 -115 -28 -10 -5 -40 -13 -66 -16 -40 -6 | |
| -52 -13 -68 -39 -23 -39 -23 -49 -3 -158 12 -68 21 -91 44 -115 46 -46 56 -52 | |
| 92 -59 35 -7 182 15 232 34 37 15 104 83 112 115 7 29 -22 189 -42 227 -7 15 | |
| -23 30 -34 34 -11 3 -20 11 -20 16 0 12 -16 11 -132 -11z"/> | |
| <path d="M220 2088 c0 -5 -4 -7 -9 -4 -4 3 -19 -4 -32 -15 -13 -12 -32 -27 | |
| -43 -34 -22 -16 -83 -208 -98 -310 -12 -78 -13 -92 -25 -455 -10 -320 -9 -460 | |
| 5 -530 6 -30 12 -84 13 -120 3 -123 49 -324 87 -377 18 -26 33 -61 38 -90 3 | |
| -17 87 -113 98 -113 5 0 18 -8 29 -17 15 -14 37 -18 102 -18 74 0 86 3 118 28 | |
| 20 15 41 27 46 27 6 0 20 15 31 33 16 25 20 47 19 104 -1 47 -7 77 -15 84 -8 | |
| 6 -14 18 -14 26 0 8 -23 37 -51 65 -35 35 -57 68 -69 104 -38 110 -51 426 -36 | |
| 859 8 222 14 287 33 365 18 73 20 90 27 212 3 53 2 90 -4 93 -6 4 -8 10 -5 14 | |
| 2 5 -37 21 -88 36 -126 38 -157 45 -157 33z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment