🐛 Remove unknown types from stroke style schema

This commit is contained in:
Andrey Antukh 2025-06-03 12:54:18 +02:00
parent f86ce38f04
commit 8f55269522

View File

@ -140,7 +140,7 @@
[:stroke-color-ref-id {:optional true} ::sm/uuid]
[:stroke-opacity {:optional true} ::sm/safe-number]
[:stroke-style {:optional true}
[::sm/one-of #{:solid :dotted :dashed :mixed :none :svg}]]
[::sm/one-of #{:solid :dotted :dashed :mixed}]]
[:stroke-width {:optional true} ::sm/safe-number]
[:stroke-alignment {:optional true}
[::sm/one-of #{:center :inner :outer}]]