diff options
author | Robert Phillips <robertphillips@google.com> | 2018-01-10 06:56:12 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-01-10 13:25:19 +0000 |
commit | cf8626d6917e489d18fbbe38d5887aaa195f5d53 (patch) | |
tree | 057819fc515db93ce412500dc6c011b959ea15e6 /tools/svg | |
parent | 831ac2473cdd1558286bffbd8196f6611437e5b1 (diff) |
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>
Diffstat (limited to 'tools/svg')
-rw-r--r-- | tools/svg/README.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/svg/README.md b/tools/svg/README.md index 87506c6bf4..a3718c2297 100644 --- a/tools/svg/README.md +++ b/tools/svg/README.md @@ -6,16 +6,13 @@ This directory contains the following- svgs.txt -------- -This txt file contains an SVG URL per line. -The SVGs in this file have been downloaded from the internal doc here: -https://docs.google.com/document/d/1ej-xgkzW-9kXkpA0rbVQ5zOBRRDz_QrQEkGVbefW8Ys/edit +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. -The SVGs in this file have been downloaded from the internal doc here (excluding the SVGs in svgs.txt): -https://docs.google.com/document/d/1kYRvUxZTnm1tI_0bTU0BX9jqSSTqPUhGXJVcD3Rcg2c/edit - +It is a list of the SVG files used to exercise the SVG parsing code. svg_downloader.py ----------------- |