From: Michael Orlitzky Date: Tue, 10 Oct 2023 02:17:30 +0000 (-0400) Subject: doc/README: document the ungroup/regroup trick for SVG transforms X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=8913a355135502d7ff13c0351477debf51e679ba;p=charm-bypass.git doc/README: document the ungroup/regroup trick for SVG transforms --- diff --git a/doc/README b/doc/README index 5bcb4be..074133a 100644 --- a/doc/README +++ b/doc/README @@ -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.