🐛 Fix residual stroke on imported svg

This commit is contained in:
alonso.torres 2021-10-06 14:49:00 +02:00
parent 6918216b86
commit 85f8e77928
2 changed files with 2 additions and 1 deletions

View file

@ -73,7 +73,7 @@
:group (tr "workspace.options.group-stroke")
(tr "workspace.options.stroke"))
show-options (not= (:stroke-style values :none) :none)
show-options (not= (or (:stroke-style values) :none) :none)
show-caps (and show-caps
(not (#{:inner :outer} (:stroke-alignment values))))