From 8913a355135502d7ff13c0351477debf51e679ba Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 9 Oct 2023 22:17:30 -0400 Subject: [PATCH] doc/README: document the ungroup/regroup trick for SVG transforms --- doc/README | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.44.2