Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
README.md | 21-Aug-2018 | 655 | |
svg_downloader.py | 21-Aug-2018 | 1.4K | |
svgs.txt | 21-Aug-2018 | 738 | |
svgs_parse_only.txt | 21-Aug-2018 | 4.3K |
1 SVG Tools 2 ========= 3 4 This directory contains the following- 5 6 7 svgs.txt 8 -------- 9 This text file contains an SVG URL per line. 10 It is a list of the SVG files used to test rendering correctness. 11 12 svgs_parse_only.txt 13 ------------------- 14 This text file contains an SVG URL per line. 15 It is a list of the SVG files used to exercise the SVG parsing code. 16 17 svg_downloader.py 18 ----------------- 19 This python script parses txt files and downloads SVGs into a specified directory. 20 21 The script can be run by hand: 22 $ python svg_downloader.py --output_dir /tmp/svgs/ 23 OR 24 $ python svg_downloader.py --output_dir /tmp/svgs/ --svgs_file svgs_parse_only.txt --prefix svgparse_ 25 26