From c1a40e4aebb3f4448c2fc3be0f52af1ba6e1583b Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Tue, 23 Nov 2021 19:05:45 +1030 Subject: [PATCH] :sparkles: Add preset for ReMarkable 2 screen size Logged in issue: https://tree.taiga.io/project/penpot/issue/2298 This page size (840x1120)(for the ReMarkable2 was tested with an exported PDF test page, and does not appear to correspond directly to the resolution of the device. Signed-off-by: Paul Schulz --- .../app/main/ui/workspace/sidebar/options/shapes/frame.cljs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/frame.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/frame.cljs index 55435c4e7..2353e95d2 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/frame.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/frame.cljs @@ -200,6 +200,11 @@ :width 1368 :height 912} + {:name "ReMarkable"} + {:name "Remarkable 2" + :width 840 + :height 1120} + {:name "WEB"} {:name "Web 1280" :width 1280 @@ -313,4 +318,3 @@ [:& blur-menu {:ids ids :values (select-keys shape [:blur])}] [:& frame-grid {:shape shape}]])) -