Math ML export docx issue

From Math ML Circular right and left Bracket getting small after converting html to docx using aspose.words in java.

Html:

String mathml = "<math xmlns=\"http://www.w3.org/1998/Math/MathML\" display=\"inline\"><mrow><mo>&#x0003D;</mo><msqrt><mrow><msup><mrow><mo stretchy=\"true\" fence=\"true\" form=\"prefix\">&#x00028;</mo><msqrt><mrow><mfrac><mrow><mn>5</mn></mrow><mrow><mn>2</mn></mrow></mfrac></mrow></msqrt><mo stretchy=\"true\" fence=\"true\" form=\"postfix\">&#x00029;</mo></mrow><mrow><mn>2</mn></mrow></msup><mo>&#x02212;</mo><mrow><mo stretchy=\"true\" fence=\"true\" form=\"prefix\">&#x00028;</mo><mfrac><mrow><mn>9</mn></mrow><mrow><mn>6</mn></mrow></mfrac><mo stretchy=\"true\" fence=\"true\" form=\"postfix\">&#x00029;</mo></mrow></mrow></msqrt><mo>&#x0003D;</mo><msqrt><mrow><mfrac><mrow><mn>1</mn><mn>5</mn></mrow><mrow><mn>6</mn></mrow></mfrac><mo>&#x02212;</mo><mfrac><mrow><mn>9</mn></mrow><mrow><mn>6</mn></mrow></mfrac></mrow></msqrt><mo>&#x0003D;</mo><mn>1</mn></mrow></math>";

code :

Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
//builder.writeln("Hello, world!");
builder.insertHtml(mathml, true);
doc.save("output.docx");

Generated word file :
output.docx (7.4 KB)

Expected out put :

Guide us to get expected out put.

@praful.meshram3
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26809

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.