From 2f4c9937612c6f24286440eca87d1f8999ba8250 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Jan 2014 20:21:06 -0800 Subject: [PATCH] media/src/vector/SWC-logo.svg: Adjust bounding box for tight fit There's no reason to claim a few hundred extra pixels of empty space in either dimension. A tighter fit makes it easy to place this in a slide without crowding out the other content. --- media/src/vector/SWC-logo.svg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media/src/vector/SWC-logo.svg b/media/src/vector/SWC-logo.svg index 2c4989b..d282ca2 100644 --- a/media/src/vector/SWC-logo.svg +++ b/media/src/vector/SWC-logo.svg @@ -13,10 +13,10 @@ id="Layer_1" x="0px" y="0px" - width="792px" - height="612px" - viewBox="0 0 792 612" - enable-background="new 0 0 792 612" + width="500px" + height="200px" + viewBox="0 0 500 200" + enable-background="new 0 0 500 200" xml:space="preserve" inkscape:version="0.48.1 " sodipodi:docname="shirt.svg" @@ -38,8 +38,8 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1857" - inkscape:window-height="1058" + inkscape:window-width="500" + inkscape:window-height="300" id="namedview3397" showgrid="false" inkscape:zoom="1.9019608" @@ -161,4 +161,4 @@ inkscape:connector-curvature="0" style="fill:#2b3990;fill-rule:evenodd" /> - \ No newline at end of file + -- 2.26.2