Merge branch 'master' of https://a57dddbd884b156656bcbfbcfdaec326792169a2@gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X.git
This commit is contained in:
commit
a621c65ca2
@ -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
|
||||
|
||||
|
@ -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("*"):
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user