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="86.000000pt" height="278.000000pt" viewBox="0 0 86.000000 278.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,278.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M250 2769 c-36 -4 -95 -16 -132 -24 -57 -15 -70 -22 -92 -54 -25 -36 | |
| -26 -38 -15 -126 6 -50 18 -102 26 -116 18 -30 68 -63 83 -54 5 3 24 0 42 -8 | |
| 23 -9 59 -11 115 -7 45 3 92 2 105 -2 13 -3 78 -6 145 -7 113 -1 124 1 146 22 | |
| 45 41 56 84 49 202 -6 134 -18 151 -114 167 -85 13 -278 17 -358 7z"/> | |
| <path d="M225 2039 c-34 -17 -71 -90 -88 -174 -25 -127 -45 -263 -52 -350 -3 | |
| -44 -13 -123 -21 -175 -7 -52 -14 -129 -14 -170 0 -41 -4 -100 -9 -131 -10 | |
| -61 3 -508 18 -639 9 -79 47 -200 62 -200 5 0 16 -14 24 -31 18 -34 33 -50 93 | |
| -97 96 -75 220 -84 372 -25 8 4 17 7 20 8 51 13 171 86 204 124 16 18 20 37 | |
| 20 98 -1 75 -1 77 -34 102 -33 25 -49 41 -87 89 -31 39 -79 39 -148 0 -33 -18 | |
| -72 -39 -87 -45 l-26 -12 -22 80 c-19 73 -21 97 -16 326 2 137 9 284 14 328 | |
| 12 96 40 372 48 470 3 39 9 99 13 135 9 77 7 197 -2 226 -6 17 -28 25 -125 47 | |
| -129 30 -128 30 -157 16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment