I am creating an arabic app in which user can create Mathematic question with mathematic equation( in RTL format). I have tried with MathML. I want to convert this equation to image and save it. My problem is that i cannot convert it into image. I am using html2canvas as in this link.
What i am trying to convert is this
what i am getting after html2canvas conversion is this
is there any solution for this? Or is there any any better way to do the same?