2016-08-10 14:00:43 +00:00
|
|
|
SVG Tools
|
|
|
|
=========
|
|
|
|
|
|
|
|
This directory contains the following-
|
|
|
|
|
|
|
|
|
|
|
|
svgs.txt
|
|
|
|
--------
|
2017-08-16 14:30:40 +00:00
|
|
|
This txt file contains an SVG URL per line.
|
2016-08-10 14:00:43 +00:00
|
|
|
The SVGs in this file have been downloaded from the internal doc here:
|
2017-08-16 14:30:40 +00:00
|
|
|
https://docs.google.com/document/d/1ej-xgkzW-9kXkpA0rbVQ5zOBRRDz_QrQEkGVbefW8Ys/edit
|
|
|
|
|
|
|
|
svgs_parse_only.txt
|
|
|
|
-------------------
|
|
|
|
This text file contains an SVG URL per line.
|
|
|
|
The SVGs in this file have been downloaded from the internal doc here (excluding the SVGs in svgs.txt):
|
2016-08-10 14:00:43 +00:00
|
|
|
https://docs.google.com/document/d/1kYRvUxZTnm1tI_0bTU0BX9jqSSTqPUhGXJVcD3Rcg2c/edit
|
|
|
|
|
|
|
|
|
|
|
|
svg_downloader.py
|
|
|
|
-----------------
|
2017-08-16 14:30:40 +00:00
|
|
|
This python script parses txt files and downloads SVGs into a specified directory.
|
2016-08-10 14:00:43 +00:00
|
|
|
|
|
|
|
The script can be run by hand:
|
|
|
|
$ python svg_downloader.py --output_dir /tmp/svgs/
|
2017-08-16 14:30:40 +00:00
|
|
|
OR
|
|
|
|
$ python svg_downloader.py --output_dir /tmp/svgs/ --svgs_file svgs_parse_only.txt --prefix svgparse_
|
|
|
|
|