389c8e9d2d
if a filename ends with `.py` and the file begins with '#!.*python.*', make it executable. Change-Id: I41de516ff37343d3b0979bde9fd61813aec7365c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/254439 Commit-Queue: Hal Canary <halcanary@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Ben Wagner <bungeman@google.com> |
||
---|---|---|
.. | ||
README.md | ||
svg_downloader.py | ||
svgs_parse_only.txt | ||
svgs.txt |
SVG Tools
This directory contains the following-
svgs.txt
This text file contains an SVG URL per line. It is a list of the SVG files used to test rendering correctness.
svgs_parse_only.txt
This text file contains an SVG URL per line. It is a list of the SVG files used to exercise the SVG parsing code.
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_