mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 02:16:14 +00:00
✨ Add 3x export scale option (#11598)
Adds a 3x entry to the export scale selector in the workspace design sidebar and in the viewer inspect panel, so @3x assets can be exported natively without resizing them in external tools. Signed-off-by: Shreyash Agare <agareshreyash26@gmail.com> Co-authored-by: Shreyash Agare <agareshreyash26@gmail.com> Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
parent
91ecfefa31
commit
b9e233f497
@ -135,6 +135,7 @@
|
||||
{:value "1" :label "1x"}
|
||||
{:value "1.5" :label "1.5x"}
|
||||
{:value "2" :label "2x"}
|
||||
{:value "3" :label "3x"}
|
||||
{:value "4" :label "4x"}
|
||||
{:value "6" :label "6x"}]
|
||||
|
||||
|
||||
@ -193,6 +193,7 @@
|
||||
{:value "1" :label "1x"}
|
||||
{:value "1.5" :label "1.5x"}
|
||||
{:value "2" :label "2x"}
|
||||
{:value "3" :label "3x"}
|
||||
{:value "4" :label "4x"}
|
||||
{:value "6" :label "6x"}]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user