Leo.positionInspector
accepts a template whith by default is:
'%({%x} {%y}) rel-%({r%x} {r%y}) px({x} {y}) rel-px({rx} {ry})'
Where
{%x}
: width relative percentage of x coordinate
{%y}
: height relative percentage of y coordinate
{r%x}
: width relative percentage of x coordinate relative to previous point
{r%y}
: height relative percentage of y coordinate relative to previous point
{x}
: x coordinate
{y}
: y coordinate
{rx}
: x coordinate relative to previous point
{ry}
: y coordinate relative to previous point
In this page was invoked as Leo.positionInspector('[{r%x}, {r%y}],');