aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tools/svg/README.md9
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
-----------------