• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-2024484 2013

svg_downloader.pyD03-May-20241.2 KiB4227

svgs.txtD03-May-20244.9 KiB6968

README.md

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