From 821287d339552ba3559193dcfbf6c16acaea5120 Mon Sep 17 00:00:00 2001 From: caribouW3 Date: Wed, 16 Apr 2025 11:55:54 +0200 Subject: [PATCH] Update coords.html fix issue #972 --- master/coords.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/coords.html b/master/coords.html index 02dda257..22d9150e 100644 --- a/master/coords.html +++ b/master/coords.html @@ -109,9 +109,9 @@

Computing the equivalent transform of an S (e-width - vb-width * scale-x) / 2 to translate-x.
  • If align contains 'xMax', add (e-width - vb-width * scale-x) to translate-x.
  • -
  • If align contains 'yMid', add +
  • If align contains 'YMid', add (e-height - vb-height * scale-y) / 2 to translate-y.
  • -
  • If align contains 'yMax', add +
  • If align contains 'YMax', add (e-height - vb-height * scale-y) to translate-y.