]> gitweb.michael.orlitzky.com - charm-bypass.git/commit
src/day.svg: eliminate default bus transform
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 10 Oct 2023 02:07:30 +0000 (22:07 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 10 Oct 2023 02:07:30 +0000 (22:07 -0400)
commit450dd43d55e1eadcd7f5665abe5cbbf6ebf38665
treed1095a1d685e5add6681e6ebebc626f5624acda5
parentbf0a69f6decb501de9bc35d494a334ad73bde93c
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.
src/day.svg