diff --git a/common/src/app/common/geom/rect.cljc b/common/src/app/common/geom/rect.cljc index b7fbb68da..cd9bf6f06 100644 --- a/common/src/app/common/geom/rect.cljc +++ b/common/src/app/common/geom/rect.cljc @@ -34,6 +34,7 @@ :rfn map->Rect}) (defn make-rect + ([] (make-rect 0 0 0.01 0.01)) ([data] (if (rect? data) data