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="210.000000pt" height="310.000000pt" viewBox="0 0 210.000000 310.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,310.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1198 3093 c-32 -2 -58 -8 -58 -12 0 -5 -21 -12 -47 -15 -27 -4 -93 | |
| -29 -149 -58 -135 -67 -189 -120 -280 -274 -26 -43 -46 -80 -45 -82 1 -1 -6 | |
| -16 -14 -32 -9 -17 -13 -30 -11 -30 7 0 -33 -142 -43 -155 -14 -17 -30 -164 | |
| -33 -302 l-3 -132 -80 -5 c-89 -5 -161 -15 -277 -39 -82 -17 -104 -32 -139 | |
| -94 -18 -32 -19 -42 -9 -106 6 -39 12 -71 13 -72 1 0 11 -8 23 -18 44 -37 160 | |
| -60 311 -61 78 0 144 -4 148 -8 4 -4 10 -62 12 -130 3 -68 9 -130 13 -138 5 | |
| -9 11 -90 15 -180 4 -90 9 -168 12 -173 3 -5 7 -53 9 -106 2 -53 8 -118 13 | |
| -146 8 -42 25 -333 23 -400 -1 -55 22 -203 38 -240 11 -27 32 -51 55 -65 36 | |
| -22 39 -22 148 -10 62 7 118 17 125 23 8 6 22 28 33 50 19 35 20 53 15 190 -6 | |
| 178 -13 279 -26 362 -5 33 -12 94 -15 135 -3 41 -7 104 -10 140 -15 216 -44 | |
| 592 -51 652 l-6 46 64 5 c342 28 362 31 410 75 l40 37 -7 94 c-7 101 -21 142 | |
| -64 180 -28 25 -17 25 -344 4 l-99 -6 7 104 c11 158 12 166 44 292 34 132 29 | |
| 123 88 199 37 46 55 60 105 79 54 20 71 22 192 16 125 -6 139 -8 237 -47 84 | |
| -33 114 -51 155 -92 43 -41 60 -51 97 -55 30 -4 52 0 68 10 13 8 41 18 62 21 | |
| 43 8 100 60 120 109 13 31 12 39 -11 107 -3 8 -6 19 -6 23 -1 4 -19 30 -41 56 | |
| -36 43 -111 100 -185 140 -77 41 -265 106 -365 126 -39 7 -205 12 -277 8z"/> | |
| </g> | |
| </svg> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment