diff --git a/common/src/app/common/types/shape.cljc b/common/src/app/common/types/shape.cljc index f015751c02..41d54c6ecc 100644 --- a/common/src/app/common/types/shape.cljc +++ b/common/src/app/common/types/shape.cljc @@ -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}]]