From ba2ffb9c0a6a575c12f13c7bfd33071f1bb50026 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 8 Jan 2020 10:31:07 +0100 Subject: [PATCH] :bug: Add default styles on canvas shape on fixtures. --- backend/src/uxbox/fixtures.clj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/src/uxbox/fixtures.clj b/backend/src/uxbox/fixtures.clj index 7c8b74dfd3..2bbb59cef9 100644 --- a/backend/src/uxbox/fixtures.clj +++ b/backend/src/uxbox/fixtures.clj @@ -116,7 +116,11 @@ :x 200 :y 200 :width 1024 - :height 768} + :height 768 + :stroke-color "#000000" + :stroke-opacity 1 + :fill-color "#ffffff" + :fill-opacity 1} data {:shapes [] :canvas [(:id canvas)] :shapes-by-id {(:id canvas) canvas}}