mirror of
https://github.com/penpot/penpot.git
synced 2026-07-24 23:18:06 +00:00
✨ Make stroke to path available without config flag (#10792)
This commit is contained in:
parent
c57f90d4a2
commit
09730d10d0
@ -175,7 +175,6 @@
|
||||
:mcp
|
||||
:background-blur
|
||||
:available-viewer-wasm
|
||||
:stroke-path
|
||||
:stroke-per-side})
|
||||
|
||||
(def all-flags
|
||||
|
||||
@ -454,8 +454,7 @@
|
||||
:on-click do-transform-to-path}])
|
||||
|
||||
(when (and has-strokes?
|
||||
(features/active-feature? @st/state "render-wasm/v1")
|
||||
(contains? cf/flags :stroke-path))
|
||||
(features/active-feature? @st/state "render-wasm/v1"))
|
||||
[:> menu-entry* {:title (tr "workspace.shape.menu.stroke-to-path")
|
||||
:on-click do-strokes-to-path}])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user