Expand description
SVG path geometric transformations.
Functionsยง
- scale_
path - Scales an SVG path string by factors
(sx, sy). - translate_
path - Translates (offsets) an SVG path string by
(dx, dy).
SVG path geometric transformations.
(sx, sy).(dx, dy).