aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/svg/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/svg/README.md')
-rw-r--r--tools/svg/README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/tools/svg/README.md b/tools/svg/README.md
index 501f3c6bc0..87506c6bf4 100644
--- a/tools/svg/README.md
+++ b/tools/svg/README.md
@@ -6,14 +6,23 @@ This directory contains the following-
svgs.txt
--------
-This text file contains an SVG URL per line.
+This txt file contains an SVG URL per line.
The SVGs in this file have been downloaded from the internal doc here:
+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):
https://docs.google.com/document/d/1kYRvUxZTnm1tI_0bTU0BX9jqSSTqPUhGXJVcD3Rcg2c/edit
svg_downloader.py
-----------------
-This python script parses svgs.txt and downloads SVGs into a specified directory.
+This python script parses txt files and downloads SVGs into a specified directory.
The script can be run by hand:
$ python svg_downloader.py --output_dir /tmp/svgs/
+OR
+$ python svg_downloader.py --output_dir /tmp/svgs/ --svgs_file svgs_parse_only.txt --prefix svgparse_
+