skia2/tools/svg
Robert Phillips cf8626d691 Remove internal files from externally visible markdown documentation
Change-Id: I8d2d8d64891b7952bee9f7f39ff15ad30e3fabdd
Reviewed-on: https://skia-review.googlesource.com/93100
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2018-01-10 13:25:19 +00:00
..
README.md Remove internal files from externally visible markdown documentation 2018-01-10 13:25:19 +00:00
svg_downloader.py Create new set of SVGs 2017-08-16 15:42:55 +00:00
svgs_parse_only.txt Create new set of SVGs 2017-08-16 15:42:55 +00:00
svgs.txt Create new set of SVGs 2017-08-16 15:42:55 +00:00

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_