From 752cc4477918b3f0ad3987a63a78efad767cdb57 Mon Sep 17 00:00:00 2001 From: Maximilian Seidler <78690852+PaideiaDilemma@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:35:03 +0200 Subject: [PATCH] docs: mention aspect ratio of cursors (#18) --- docs/MAKING_THEMES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/MAKING_THEMES.md b/docs/MAKING_THEMES.md index c0c04fd..e0e7781 100644 --- a/docs/MAKING_THEMES.md +++ b/docs/MAKING_THEMES.md @@ -77,4 +77,6 @@ If you are using an svg cursor, the size parameter will be ignored. Mixing png and svg cursor images in one shape will result in an error. +All cursors are required to have an aspect ratio of 1:1. + Please note animated svgs are not supported, you need to add a separate svg for every frame. \ No newline at end of file