From a85dea5d6a5fe9a1e210dd9e715ca5e570e58396 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 8 Nov 2023 16:55:46 -0500 Subject: [PATCH] tableau.svg: shrink/translate everything down to width=2932 Previously, we had width=2932.6 and a matching viewport. It shouldn't matter when a viewport is defined, but in the interest of pedantry: SVG2 punts to CSS2.1 for the width, and CSS2.1 doesn't support user (SVG internal) coordinates. Instead, width=2932.6 would represent pixels, and 0.6 pixels doesn't make sense. We avoid the non-issue by shrinking/translating things a tiny bit. --- tableau.svg | 249 ++++++++++++++++++++++++++-------------------------- 1 file changed, 125 insertions(+), 124 deletions(-) diff --git a/tableau.svg b/tableau.svg index f295e45..868cf3a 100644 --- a/tableau.svg +++ b/tableau.svg @@ -2,9 +2,9 @@