From: Michael Orlitzky Date: Tue, 10 Oct 2023 15:26:19 +0000 (-0400) Subject: src/day.svg: double the width of the document X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=ab1117d15e39bf043487aa2d6a3a736ee3eb0999;hp=ab1117d15e39bf043487aa2d6a3a736ee3eb0999;p=charm-bypass.git src/day.svg: double the width of the document This is in preparation for an "infinite scroll" animation that I'm going to try to implement by having two copies of the thing that scrolls: one on-screen, and one off-screen. And for now at least I actually want to be able to see the off-screen bits. ---