Mario Voigt 2021-10-20 22:06:53 +02:00
commit a621c65ca2
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# MightyScape for Inkscape 1.0+
In short: A maintained extension collection for Inkscape 1.0+, working on Windows and Linux. There are **224 extension folders** with **395 .inx files** inside. We also take part at https://inkscape.org/gallery/=extension/ (with single extension uploads).
In short: A maintained extension collection for Inkscape 1.0+, working on Windows and Linux. There are **228 extension folders** with **399 .inx files** inside. We also take part at https://inkscape.org/gallery/=extension/ (with single extension uploads).
# About MightyScape

View File

@ -91,8 +91,7 @@ class EpilogDashboardBboxAdjust(inkex.EffectExtension):
mat = Transform("translate(%f, %f)" % (-bbox.left,-bbox.top))
for element in self.document.getroot().iter("*"):
if isinstance (element, inkex.ShapeElement) and element.tag != inkex.addNS('g', 'svg'):
element.transform = Transform(mat) * element.transform
#element.transform = Transform(element.composed_transform().add_matrix(mat)) * element.transform
element.transform = Transform(mat) * element.composed_transform()
if self.options.removal == "outside_canvas":
for element in self.document.getroot().iter("*"):

View File

@ -11,7 +11,7 @@
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/webp_import",
"fork_url": null,
"documentation_url": "https://stadtfabrikanten.org/display/IFM/WebP+Import",
"inkscape_gallery_url": null,
"inkscape_gallery_url": "https://inkscape.org/de/~MarioVoigt/%E2%98%85webp-import",
"main_authors": [
"inkscape.org/mono",
"github.com/vmario89"