From: Michael Orlitzky Date: Tue, 10 Oct 2023 02:07:30 +0000 (-0400) Subject: src/day.svg: eliminate default bus transform X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=450dd43d55e1eadcd7f5665abe5cbbf6ebf38665;hp=450dd43d55e1eadcd7f5665abe5cbbf6ebf38665;p=charm-bypass.git src/day.svg: eliminate default bus transform We don't want the bus group to have a "transform" attribute by default because we want to use the CSS "transform" property to animate it, and the CSS property overwrites the SVG one. Ungrouping and regrouping the elements in the "bus" group fixes this somehow. ---