From a451d33e7aca134fe370d285947d98a5acf18797 Mon Sep 17 00:00:00 2001 From: Valtteri Laitinen Date: Fri, 1 Jul 2016 01:46:37 +0300 Subject: [PATCH] Optimize Prism logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Optimizations to Prism SVG logo: – remove XML prolog – remove `version` attribute (doesn’t have any effect) – remove unused `xlink` namespace – remove `viewBox` attribute (doesn’t have any effect in this context) – remove `px` units (it’s default unit) – optimize path data --- logo.svg | 55 ++++++++++++++++++++++--------------------------------- 1 file changed, 22 insertions(+), 33 deletions(-) diff --git a/logo.svg b/logo.svg index 027c1ffac6..1b35f995af 100644 --- a/logo.svg +++ b/logo.svg @@ -1,33 +1,22 @@ - - - - - + + + \ No newline at end of file