From 47ad76f513846a8501f84c057b28a146031859b6 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 8 Aug 2024 09:43:36 -0400 Subject: Show page in simulator (#3120) * add exception logging helpers * wip * show page and drop shadow from SVG * allow toggling page * add page icon * add dark mode icon * showpageshadow * refresh after background change (fix for macOS) * fix params sim background * try a native GraphicsBrush for windows * show page button in standalone simulator only and adapt shadow color * remove doubled line --------- Co-authored-by: Kaalleen --- icons/page.png | Bin 0 -> 3191 bytes icons/page.svg | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ icons/page_dark.png | Bin 0 -> 3145 bytes 3 files changed, 97 insertions(+) create mode 100644 icons/page.png create mode 100644 icons/page.svg create mode 100644 icons/page_dark.png (limited to 'icons') diff --git a/icons/page.png b/icons/page.png new file mode 100644 index 00000000..34cea16c Binary files /dev/null and b/icons/page.png differ diff --git a/icons/page.svg b/icons/page.svg new file mode 100644 index 00000000..55eebeae --- /dev/null +++ b/icons/page.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icons/page_dark.png b/icons/page_dark.png new file mode 100644 index 00000000..89257dc0 Binary files /dev/null and b/icons/page_dark.png differ -- cgit v1.3.1