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