Draw graphics mapped through an affine transformation.
GeometricTransformation[g, tfun]
GeometricTransformation[g, m]
GeometricTransformation[g, {m, v}]
GeometricTransformation[g, {t1, t2, …}]
GeometricTransformation[Line[{{0, 0}, {2, 0}}], ReflectionTransform[{-1, 1}]]
→ GeometricTransformation[Line[{{0, 0}, {2, 0}}], {{{0, 1}, {1, 0}}, {0, 0}}]ExportString[Graphics[GeometricTransformation[Line[{{0, 0}, {2, 0}}], ReflectionTransform[{-1, 1}]], PlotRange -> {{-1, 3}, {-1, 3}}], "SVG"] // StringContainsQ[#, "90.00,270.00 90.00,90.00"] &
→ True- ContentSelectable — default Automatic