From e26837d9da514b46085af134a0218179f4e8a97e Mon Sep 17 00:00:00 2001 From: "craig.p.drummond" Date: Tue, 15 Oct 2013 17:20:25 +0000 Subject: [PATCH] Mention scour used on SVGs --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 88143f2ce..821649d6e 100644 --- a/README +++ b/README @@ -389,7 +389,7 @@ streams.xml.gz with: streams.xml.gz & icon.svg need to be placed into a gzip'ed tarball named -Wicked Radio.streams. +Wicked Radio.streams With the above example, Cantata would list the following in the streams view: @@ -696,6 +696,9 @@ The Cantata source folder contains the following structure: widgets - Widgets that are probably Cantata specific. windows - Files relevant to creating the windows installer. +Cantata's SVG icons have been 'cleaned' using: + scour --strip-xml-prolog --indent=none -i in.svg -o out.svg + 13. Debug Logging =================