af10923819
Context is in the below bug Bug: skia:6918 Change-Id: Ic9048311092bd7e73dd6ee182e79abea79baa07a Reviewed-on: https://skia-review.googlesource.com/30586 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>
29 lines
865 B
Markdown
29 lines
865 B
Markdown
SVG Tools
|
|
=========
|
|
|
|
This directory contains the following-
|
|
|
|
|
|
svgs.txt
|
|
--------
|
|
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 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_
|
|
|