Home | History | Annotate | only in /external/skqp/tools/svg
Up to higher level directory
NameDateSize
README.md21-Aug-2018655
svg_downloader.py21-Aug-20181.4K
svgs.txt21-Aug-2018738
svgs_parse_only.txt21-Aug-20184.3K

README.md

      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