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="169.000000pt" height="235.000000pt" viewBox="0 0 169.000000 235.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,235.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1190 2341 c-8 -5 -37 -12 -65 -16 -42 -5 -119 -35 -197 -76 -10 -5 | |
| -39 -17 -65 -27 -55 -21 -274 -152 -376 -224 -37 -26 -70 -48 -73 -48 -9 0 | |
| -99 -77 -163 -139 -31 -30 -62 -54 -69 -52 -13 2 -56 -27 -98 -67 -39 -37 -73 | |
| -177 -74 -307 -2 -154 -1 -182 9 -207 5 -14 12 -135 16 -269 3 -134 8 -264 10 | |
| -289 3 -25 9 -139 15 -253 6 -115 15 -218 21 -230 6 -11 24 -34 39 -51 16 -17 | |
| 37 -42 48 -55 15 -20 28 -24 68 -24 108 1 155 10 172 33 9 12 25 31 34 41 54 | |
| 58 80 301 58 559 -6 74 -15 204 -20 288 -5 84 -12 157 -15 162 -4 6 -3 84 1 | |
| 175 7 160 8 165 38 216 17 28 37 63 44 76 15 26 297 216 402 269 118 60 214 | |
| 102 275 119 l59 18 21 -28 c58 -78 77 -90 166 -102 119 -16 140 -6 193 89 23 | |
| 41 25 53 17 87 -5 22 -7 42 -4 45 10 10 -43 133 -76 179 -31 41 -45 51 -91 63 | |
| -3 0 -29 12 -58 25 -42 20 -71 25 -150 27 -53 1 -104 -2 -112 -7z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment