Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: tools/svg/README.md

Issue 2234823002: SVG tool that downloads SVGs from a txt file into a specified dir (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Address comment Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/svg/svg_downloader.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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 The SVGs in this file have been downloaded from the internal doc here:
11 https://docs.google.com/document/d/1kYRvUxZTnm1tI_0bTU0BX9jqSSTqPUhGXJVcD3Rcg2c/ edit
12
13
14 svg_downloader.py
15 -----------------
16 This python script parses svgs.txt and downloads SVGs into a specified directory .
17
18 The script can be run by hand:
19 $ python svg_downloader.py --output_dir /tmp/svgs/
OLDNEW
« no previous file with comments | « no previous file | tools/svg/svg_downloader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698