mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +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
|
:mcp
|
||||||
:background-blur
|
:background-blur
|
||||||
:available-viewer-wasm
|
:available-viewer-wasm
|
||||||
:stroke-path
|
|
||||||
:stroke-per-side})
|
:stroke-per-side})
|
||||||
|
|
||||||
(def all-flags
|
(def all-flags
|
||||||
|
|||||||
@ -454,8 +454,7 @@
|
|||||||
:on-click do-transform-to-path}])
|
:on-click do-transform-to-path}])
|
||||||
|
|
||||||
(when (and has-strokes?
|
(when (and has-strokes?
|
||||||
(features/active-feature? @st/state "render-wasm/v1")
|
(features/active-feature? @st/state "render-wasm/v1"))
|
||||||
(contains? cf/flags :stroke-path))
|
|
||||||
[:> menu-entry* {:title (tr "workspace.shape.menu.stroke-to-path")
|
[:> menu-entry* {:title (tr "workspace.shape.menu.stroke-to-path")
|
||||||
:on-click do-strokes-to-path}])
|
:on-click do-strokes-to-path}])
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user