From 0aa9fc5bb84c3d481003173cbbf9a0365261ec04 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 30 Oct 2022 12:00:55 -0700 Subject: [PATCH] Add border around atlas pages --- demo/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/style.css b/demo/style.css index 70ef8ed1..7b4ac814 100644 --- a/demo/style.css +++ b/demo/style.css @@ -100,4 +100,5 @@ pre { } #texture-atlas canvas { image-rendering: pixelated; + border: 1px solid #ccc; }