diff --git a/backend/src/app/features/components_v2.clj b/backend/src/app/features/components_v2.clj index 9036d105f..194c7821b 100644 --- a/backend/src/app/features/components_v2.clj +++ b/backend/src/app/features/components_v2.clj @@ -355,7 +355,8 @@ :points points)) (and (or (cfh/rect-shape? shape) - (cfh/svg-raw-shape? shape)) + (cfh/svg-raw-shape? shape) + (cfh/circle-shape? shape)) (not (valid-shape-points? (:points shape))) (grc/valid-rect? (:selrect shape))) (let [selrect (if (grc/valid-rect? (:svg-viewbox shape))