From 72c2a6a942d5259944ec30c6d8284a21e8b1af20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 7 Jan 2014 09:37:58 +0100 Subject: [PATCH] README fix; Plain SVG doesn't fix possible rendering issues --- media/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media/README b/media/README index 351841d62..64cec334c 100644 --- a/media/README +++ b/media/README @@ -1,3 +1,4 @@ -Most of the SVG files found in here are in the Inkscape format, i.e. they -might need conversion to plain SVG if you plan to use them on web pages, for -example. If that is not done, the renders might look different. +Most of the SVG files found in here are in the Inkscape format You should +convert them to plain SVG with Inkscape if you would like to use them in a +website, for example. Depending on the viewer/browser, the resulting look of +the SVG might differ.