::
Hi,
I’m not sure for bitmap images (flydraw), but using html5 canvas this will work out-of-the-box, like
(using createxo)
\text{M=wims(mathmlmath \left( \frac{1}{2 \pi}\right)^{\log(2)})}
\text{N=wims(mathmlmath \left[ \begin{array}{ccc} 1 & 2 & 3 \\ 4 & 5 & 6 \\ \alpha & \beta & \gamma \end{array} \right] )}
\statement{
\canvasdraw{400,400}{
xrange -10,10
yrange -10,10
mathml 0,0,0,0,\M
strokecolor blue
mathml -5,5,0,0,\N
opacity 255,30
fcircle 0,0,130,green
frect 0,0,5,-5,orange
}
kind regards,
joke