diff --git a/common/src/app/common/svg/path/shapes_to_path.cljc b/common/src/app/common/svg/path/shapes_to_path.cljc index 0c3174a3e..16ab66529 100644 --- a/common/src/app/common/svg/path/shapes_to_path.cljc +++ b/common/src/app/common/svg/path/shapes_to_path.cljc @@ -211,7 +211,7 @@ ([{:keys [type metadata] :as shape} objects] (assert (map? objects)) (case type - :group + (:group :frame) (group-to-path shape objects) :bool