various fixes, especially on Boxes.py

This commit is contained in:
2025-06-02 22:00:41 +02:00
parent 457fa61da4
commit 0540bcfafd
1055 changed files with 1481 additions and 60383 deletions

View File

@ -6,7 +6,7 @@
#
# Made by FabLab Chemnitz / Stadtfabrikanten e.V. - Developer: Mario Voigt (year 2021)
#
# This extension is based on the "original" barcode extension included in default InkScape Extension Set, which is licensed by the following:
# This extension is based on the "original" barcode extension included in default Inkscape Extension Set, which is licensed by the following:
#
# Copyright (C) 2009 John Beard john.j.beard@gmail.com
#
@ -489,7 +489,7 @@ class InventorySticker(inkex.Effect):
{
"font-size": str(objectNameFontSize) + "px",
"x": str(x_pos) + "px",
#"xml:space": "preserve", #we cannot add this here because InkScape throws an error
#"xml:space": "preserve", #we cannot add this here because Inkscape throws an error
"y": str(objectNameFontSize) + "px",
"text-align" : "left",
"text-anchor": "left",