Theme "Pencil" show lines incorrectly in Visio

Dear sir,

I use theme Pencil for my diagram. However, after saving file .vsdx and open in Visio, it look incorrect as attached file. Lines are not “hand drawn” style. Even I change to another variant or styles in “hand drawn” theme, lines still not look like “hand drawn”. Please check.
My code :
Diagram diagram = new Diagram();
Page page = new Page();
diagram.Pages.Add(page);
diagram.Pages[0].PresetTheme = PresetThemeValue.Pencil;
diagram.Pages[0].PresetThemeVariant = PresetThemeVariantValue.Variant1;
diagram.Metric = BOOL.True;
diagram.AddMaster(“BASIC_M.VSSX”, @“Rectangle”);
long shapeId = diagram.AddShape(4.25, 5.5, 2, 1, @“Rectangle”, 0);
diagram.Save(“CreateNewVisio_out.vsdx”, SaveFileFormat.Vsdx);
Attachment.
Theme Pencil incorect.png (4.1 KB)

@ttruongg
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): DIAGRAMNET-53100

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.

The issues you have found earlier (filed as DIAGRAMNET-53100) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou