]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
doc/README: document the ungroup/regroup trick for SVG transforms
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 10 Oct 2023 02:17:30 +0000 (22:17 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 10 Oct 2023 02:17:30 +0000 (22:17 -0400)
doc/README

index 5bcb4be884c02f0401d505dd8af32e19c64722e6..074133a36b33a3d401cb5a1e0d2dbc7dcec23198 100644 (file)
@@ -2,3 +2,8 @@ Build requirements:
 
   1. The "base64" utility from GNU coreutils.
   2. The "xmllint" utility from libxml2.
+
+SVG Tricks:
+
+1. To remove a "transform" from a group (like the bus) that was
+   resized together, simply ungroup and regroup the whole thing.