From 52536035323747145e3d25a4ce1cedbd4aabe643 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 Aug 2017 14:31:55 -0400 Subject: [PATCH] testing aspect ratio preservation for IE in the city hover map the svg for the cities map is not rendering properly in IE, testing an svg attr to resolve this --- parts/city-map.php | 2 +- parts/map-section.php | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/parts/city-map.php b/parts/city-map.php index bfcead2..4898e94 100644 --- a/parts/city-map.php +++ b/parts/city-map.php @@ -1,7 +1,7 @@ + viewBox="0 0 630 400" enable-background="new 0 0 630 400" xml:space="preserve" preserveAspectRatio="xMinYMin slice"> diff --git a/parts/map-section.php b/parts/map-section.php index 35427e3..bbb035d 100644 --- a/parts/map-section.php +++ b/parts/map-section.php @@ -1,4 +1,22 @@ - -
+
+
+
+ img +
+
+ +
+
+ +
+
+
+
+ + -- 2.17.1