From b770974924e82247ac002f04bc0c847b314486e0 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 26 Aug 2025 22:34:08 +0200 Subject: add settings to change unrounded corners --- web/index.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/index.php b/web/index.php index 2aec31f..5c5b7af 100644 --- a/web/index.php +++ b/web/index.php @@ -2,6 +2,8 @@ if (isset($_POST['decklist'])) { $_ENV['DECKLIST'] = $_POST['decklist']; + $_ENV['USE_UNROUNDED_CORNERS'] = isset($_POST['use_unrounded_corners']); + $_ENV['UNROUNDED_CORNER_COLOR'] = $_POST['unrounded_corner_color']; include __DIR__ . '/print/print.php'; exit; } @@ -29,8 +31,18 @@ PLCHLDR;
- - +
+ +
+
+ +
+
+ +
+
+ +

Source -- cgit v1.2.3