]> gitweb.michael.orlitzky.com - charm-bypass.git/commit
tableau.svg: shrink/translate everything down to width=2932
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 21:55:46 +0000 (16:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 21:55:46 +0000 (16:55 -0500)
commita85dea5d6a5fe9a1e210dd9e715ca5e570e58396
treef33f112e0a8a09cd5f620bfcd98b34309d812841
parent9209400a9939e5961a4238dfdd57498b7903c0af
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