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="323.000000pt" viewBox="0 0 209.000000 323.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,323.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1865 3214 c-22 -8 -53 -17 -69 -19 -15 -2 -47 -13 -70 -24 -58 -28 | |
| -155 -44 -266 -44 -52 0 -97 -4 -100 -8 -12 -18 -523 -48 -823 -49 l-228 0 | |
| -42 -29 c-84 -58 -90 -70 -85 -159 11 -182 81 -216 459 -216 l206 0 7 -89 c14 | |
| -209 7 -412 -34 -887 -10 -124 -21 -317 -24 -430 -6 -201 -17 -377 -38 -595 | |
| -5 -60 -12 -133 -15 -162 -6 -60 -6 -60 -141 -70 -99 -6 -147 -5 -282 6 -70 5 | |
| -107 4 -140 -6 -25 -8 -63 -15 -84 -18 -25 -2 -48 -13 -65 -29 -24 -25 -26 | |
| -34 -29 -134 -3 -97 -2 -110 18 -135 12 -15 27 -27 33 -27 7 0 30 -9 51 -21 | |
| 45 -24 188 -47 296 -48 41 -1 82 -2 90 -2 8 -1 40 4 70 10 37 8 56 8 58 1 2 | |
| -6 7 -8 12 -5 5 3 53 7 107 10 95 5 186 12 288 21 28 3 77 7 110 9 142 8 209 | |
| 16 219 24 16 13 226 12 261 -1 17 -6 50 -29 74 -51 41 -38 45 -39 94 -33 55 8 | |
| 103 29 128 57 9 10 19 16 22 13 3 -4 9 7 13 22 4 16 15 42 24 57 12 20 16 43 | |
| 13 80 -3 49 -21 107 -33 107 -3 0 -16 20 -30 45 -15 28 -35 49 -55 56 -16 7 | |
| -40 20 -53 30 -12 9 -31 15 -41 12 -10 -3 -45 2 -77 10 -48 12 -136 18 -279 | |
| 19 -60 0 -213 -15 -227 -23 -10 -5 -23 -7 -28 -4 -15 9 -12 71 4 84 10 9 15 | |
| 62 21 214 4 111 9 218 11 237 1 19 7 152 13 295 5 143 12 267 15 275 3 8 10 | |
| 96 16 195 5 99 14 252 20 340 5 88 10 253 12 368 l2 207 56 2 c141 5 155 6 | |
| 321 28 42 6 127 23 189 39 96 24 116 32 144 62 18 19 40 39 50 44 23 13 57 | |
| 117 48 147 -9 30 -101 171 -118 181 -8 4 -17 8 -21 8 -5 1 -15 5 -23 9 -9 5 | |
| -32 2 -55 -6z"/> | |
| </g> | |
| </svg> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment