remove rotation test code (#3675)

pull/3680/head
Kaalleen 2025-04-17 09:14:55 +02:00 zatwierdzone przez GitHub
rodzic ad04039c3c
commit eb717aecb8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -75,8 +75,6 @@ class TransformElements(InkstitchExtension):
self._apply_angle(node, "inkstitch:fill_underlay_angle", None, multiplier, rotation)
if node.get('inkstitch:fill_method', None) == "tartan_fill":
if rotation is None:
self._apply_angle(node, "inkstitch:tartan_angle", "-45", multiplier, rotation)
# Also rotate tartan pattern rotation setting
self._rotate_tartan_pattern(node, multiplier, rotation)
elif node.get('inkstitch:fill_method', None) == "meander_fill":