diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-11-22 20:55:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-22 20:55:58 +0100 |
| commit | 3bd92265b21d779c41377d2a06d13abaf628fe34 (patch) | |
| tree | 276372bf131626f127045ce826bb8df25d89cb8d /lib/svg | |
| parent | 0b12922d3f058f07020e6afdca26ad34e40918db (diff) | |
Add linear gradient fill (#2587)
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 5713c399..e3d336df 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -97,6 +97,7 @@ inkstitch_attribs = [ 'staggers', 'underlay_underpath', 'underpath', + 'stop_at_ending_point', 'flip', 'clip', # stroke |
