mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 19:06:12 +02:00
🐛 Fix residual stroke on imported svg
This commit is contained in:
parent
6918216b86
commit
85f8e77928
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
- Fix problem with text margin while rendering [#1231](https://github.com/penpot/penpot/issues/1231)
|
- Fix problem with text margin while rendering [#1231](https://github.com/penpot/penpot/issues/1231)
|
||||||
- Fix problem with masked texts on exporting [Taiga #2116](https://tree.taiga.io/project/penpot/issue/2116)
|
- Fix problem with masked texts on exporting [Taiga #2116](https://tree.taiga.io/project/penpot/issue/2116)
|
||||||
- Fix text editor enter behaviour with centered texts [Taiga #2126](https://tree.taiga.io/project/penpot/issue/2126)
|
- Fix text editor enter behaviour with centered texts [Taiga #2126](https://tree.taiga.io/project/penpot/issue/2126)
|
||||||
|
- Fix residual stroke on imported svg [Taiga #2125](https://tree.taiga.io/project/penpot/issue/2125)
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
### :boom: Breaking changes
|
### :boom: Breaking changes
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
:group (tr "workspace.options.group-stroke")
|
:group (tr "workspace.options.group-stroke")
|
||||||
(tr "workspace.options.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
|
show-caps (and show-caps
|
||||||
(not (#{:inner :outer} (:stroke-alignment values))))
|
(not (#{:inner :outer} (:stroke-alignment values))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue