mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
✨ 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 <paul@mawsonlakes.org>
This commit is contained in:
parent
9999b8bfab
commit
c1a40e4aeb
1 changed files with 5 additions and 1 deletions
|
@ -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}]]))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue