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.