aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/svg/README.md
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-08-10 07:00:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-10 07:00:43 -0700
commitd8a620b173113f73ec708bcd2f56d4c2b2bba60c (patch)
treea313b6c0f834260da3e96092f84b750e20e629b0 /tools/svg/README.md
parentd5b88a3dc500c16fc56d472acad01e78d56ef14a (diff)
SVG tool that downloads SVGs from a txt file into a specified dir
Diffstat (limited to 'tools/svg/README.md')
-rw-r--r--tools/svg/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/svg/README.md b/tools/svg/README.md
new file mode 100644
index 0000000000..501f3c6bc0
--- /dev/null
+++ b/tools/svg/README.md
@@ -0,0 +1,19 @@
+SVG Tools
+=========
+
+This directory contains the following-
+
+
+svgs.txt
+--------
+This text 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/1kYRvUxZTnm1tI_0bTU0BX9jqSSTqPUhGXJVcD3Rcg2c/edit
+
+
+svg_downloader.py
+-----------------
+This python script parses svgs.txt and downloads SVGs into a specified directory.
+
+The script can be run by hand:
+$ python svg_downloader.py --output_dir /tmp/svgs/