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="209.000000pt" height="293.000000pt" viewBox="0 0 209.000000 293.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,293.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M885 2926 c-5 -2 -22 -7 -37 -10 -15 -4 -38 -16 -50 -29 -13 -12 -42 | |
| -34 -65 -50 -24 -15 -54 -45 -68 -66 -13 -22 -29 -42 -35 -46 -6 -4 -21 -28 | |
| -34 -53 -13 -26 -44 -89 -70 -141 -53 -104 -99 -216 -126 -306 -36 -116 -68 | |
| -231 -85 -300 -9 -38 -21 -75 -25 -80 -13 -16 -46 -163 -75 -335 -15 -85 -35 | |
| -200 -45 -255 -10 -55 -22 -120 -26 -145 -3 -25 -10 -52 -15 -61 -8 -16 -43 | |
| -208 -59 -329 -4 -30 -11 -80 -15 -110 -4 -30 -11 -59 -15 -65 -5 -5 -13 -64 | |
| -19 -130 -6 -66 -13 -139 -16 -161 -3 -32 0 -47 15 -64 11 -13 20 -26 20 -30 | |
| 0 -13 76 -30 175 -39 84 -7 103 -6 125 7 59 37 80 79 80 159 0 23 6 62 14 85 | |
| 8 24 19 85 25 136 5 51 13 97 16 102 5 8 36 204 49 310 2 19 7 55 11 80 l7 45 | |
| 66 0 c75 1 240 12 317 21 113 13 523 100 575 121 8 3 23 8 32 9 10 2 22 5 29 | |
| 6 17 4 55 -150 74 -307 9 -77 21 -161 26 -186 6 -26 11 -123 12 -215 2 -138 | |
| -1 -178 -15 -216 -19 -52 -19 -149 0 -156 7 -2 12 -9 12 -16 0 -7 15 -28 33 | |
| -47 38 -42 102 -65 144 -54 15 5 31 9 36 10 4 2 8 3 10 4 1 2 13 5 27 7 44 8 | |
| 119 71 120 102 0 6 4 12 8 12 5 0 17 47 27 105 29 169 14 445 -41 750 -27 152 | |
| -43 226 -54 240 -4 6 -13 35 -20 65 -32 145 -110 413 -134 455 -6 11 -12 31 | |
| -13 45 -3 32 -82 240 -98 260 -7 8 -32 60 -55 115 -119 281 -266 523 -373 612 | |
| -23 19 -44 38 -47 42 -16 20 -85 63 -107 67 -15 3 -33 10 -40 15 -12 10 -189 | |
| 23 -208 15z m253 -610 c61 -98 111 -199 134 -271 11 -33 35 -91 52 -130 18 | |
| -38 45 -108 61 -155 16 -47 37 -103 46 -125 l18 -40 -72 -23 c-106 -33 -217 | |
| -58 -357 -81 -143 -23 -389 -46 -398 -37 -5 6 23 137 73 331 13 50 41 140 63 | |
| 200 22 61 42 124 45 140 13 79 95 266 150 343 l31 43 55 -62 c31 -34 75 -94 | |
| 99 -133z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment