Dotted border style looks different from 3pt weight and above on HTML export

We are encountering an issue where the dotted border style (see below) for weight 3pt or higher does not render correctly in exported HTML. i.e. dotted style switches from square dots to round dots during export through Aspose paragraph builder.

We attempted a work around to use a border-image property by generating an SVG with border options, but Aspose will not support this property.

@alexbdfinsolutions Could you please attach your input and output documents here for testing? We will check the issue and provide you more information.

Here is example upload file. I will provide the output shortly …

171134-paragraph_borders.docx (26.3 KB)

Here is the output HTML file:
EDGAR.zip (5.8 KB)

@alexbdfinsolutions Thank you for additional information. It looks like an expected behavior. If take a look at the original document, you can see that part of paragraphs has dashSmallGap border type, which is converted to border:6pt dashed #000000; and other part has dotted border type, which is converted to border:1pt dotted #000000; respectively. It looks lie a specific of displaying different border types in MS Word and in the browser.