inkscape-applytransforms icon indicating copy to clipboard operation
inkscape-applytransforms copied to clipboard

An Inkscape extension which removes all matrix transforms by applying them recursively to shapes

Results 18 inkscape-applytransforms issues
Sort by recently updated
recently updated
newest added

Here's the original SVG (with `.txt` extension added so github accepts it...): [plate.svg.txt](https://github.com/Klowner/inkscape-applytransforms/files/3318757/plate.svg.txt) The original SVG rendered as PNG: ![plate](https://user-images.githubusercontent.com/400548/59984166-6a4ca200-95e4-11e9-8ebf-a954a379b51e.png) SVG with "Apply Transform" run, rendered as PNG: ![plate-transformed](https://user-images.githubusercontent.com/400548/59984179-8f411500-95e4-11e9-8537-f6fedf0e3ec6.png) And...

After transformation is applied start and end point of linearGradient don't change. Thus SVGs look different. It would be nice to have start and end point of linear gradients converted...

enhancement
hacktoberfest

latest version of extension (as of 2019-12-22). Inkscape 0.92.4 - Windows 10 Pro stripped my svg file down to 1 grouped element, goal is to create a set of svg...

it didn't get applied to an ellipse in a group, but did get applied to paths in the group. sadly i have lost the file already so i can't provide...

Spent some time figuring out the correct command to use for Inkscape 1.3 (Windows 11) It is as follows: inkscapecom -g --actions=com.klowner.filter.apply-transform test.svg

Added stroke width change calculations copied from the stroke width in style. This is to fix an issue where if the stroke width is an attribute on its own it...

I have the following file (didnt know how to link it but figured its small enough for code) ```svg ``` I have 1 untransformed path and one that is transformed...