thead_admin 6aab0fd6f1 Linux_SDK_V0.9.5 1 year ago
..
README.md 6aab0fd6f1 Linux_SDK_V0.9.5 1 year ago
svg_downloader.py 6aab0fd6f1 Linux_SDK_V0.9.5 1 year ago
svgs.txt 6aab0fd6f1 Linux_SDK_V0.9.5 1 year ago
svgs_parse_only.txt 6aab0fd6f1 Linux_SDK_V0.9.5 1 year ago

README.md

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_parseonly.txt –prefix svgparse