stagger ripples: rows are lines (#2250)

pull/2251/head
Kaalleen 2023-04-28 21:09:03 +02:00 zatwierdzone przez GitHub
rodzic 36d5286363
commit 81e0fa1c72
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -188,8 +188,8 @@ class Stroke(EmbroideryElement):
@property
@param('staggers',
_('Stagger rows this many times before repeating. For linear ripples only.'),
tooltip=_('Length of the cycle by which successive stitch rows are staggered. '
_('Stagger lines this many times before repeating. For linear ripples only.'),
tooltip=_('Length of the cycle by which successive stitch lines are staggered. '
'Fractional values are allowed and can have less visible diagonals than integer values.'),
type='int',
select_items=[('stroke_method', 'ripple_stitch')],