Home | History | Annotate | Download | only in svg
      1 SVG Tools
      2 =========
      3 
      4 This directory contains the following-
      5 
      6 
      7 svgs.txt
      8 --------
      9 This text file contains an SVG URL per line.
     10 The SVGs in this file have been downloaded from the internal doc here:
     11 https://docs.google.com/document/d/1kYRvUxZTnm1tI_0bTU0BX9jqSSTqPUhGXJVcD3Rcg2c/edit
     12 
     13 
     14 svg_downloader.py
     15 -----------------
     16 This python script parses svgs.txt and downloads SVGs into a specified directory.
     17 
     18 The script can be run by hand:
     19 $ python svg_downloader.py --output_dir /tmp/svgs/
     20