Hi again,
I defined a circle and its background is grey and it has 4 stripes in circle. The shape can been seen in shape designer perfectly, however user cannot see 4 stripes in circle on website, it is just a grey circle.Is there any solutions?
This is my shape’s definition: new Shape( _ new ElementTemplate() _ { _ new ArcTemplate(0, 0, 100, 100, -217.5348f, 510.1547f) _ }, _ Nothing, _ new ElementTemplate() _ { _ new LineTemplate(100, 130, 100, 105), _ new LineTemplate(100, 105, 0, 105), _ new LineTemplate(0, 105, 0, 130), _ new LineTemplate(0, 130, 100, 130) _ }, _ FillMode.Winding,"test", _ new ShapeDecoration() _ { _ new ShapeDecoration( _ new ElementTemplate() _ { _ new ArcTemplate(0, 0, 100, 95, 62.10273f, 360.6555f) _ }, _ new MindFusion.Drawing.SolidBrush(Color.FromArgb(255, 128, 128, 128)), _ FillMode.Winding, _ new MindFusion.Drawing.Pen(Color.FromArgb(0, 0, 0, 0), 0.1f) _ ),new ShapeDecoration( _ new ElementTemplate() _ { _ new ArcTemplate(0, 0, 100, 100, -90.59066f, 271.748f), _ new LineTemplate(0, 48, 49, 0) _ }, _ new MindFusion.Drawing.SolidBrush(Color.FromArgb(255, 128, 128, 128)), _ FillMode.Winding, _ new MindFusion.Drawing.Pen(Color.FromArgb(0, 0, 0, 0), 0.1f) _ ),new ShapeDecoration( _ new ElementTemplate() _ { _ new LineTemplate(4, 71, 74, 6), _ new ArcTemplate(0, 0, 100, 100, -60.32692f, 214.5576f) _ }, _ new MindFusion.Drawing.SolidBrush(Color.FromArgb(255, 128, 128, 128)), _ FillMode.Winding, _ new MindFusion.Drawing.Pen(Color.FromArgb(0, 0, 0, 0), 0.1f) _ ),new ShapeDecoration( _ new ElementTemplate() _ { _ new LineTemplate(19, 89, 91, 22), _ new ArcTemplate(0, 0, 100, 100, -33.85711f, 162.0775f) _ }, _ new MindFusion.Drawing.SolidBrush(Color.FromArgb(255, 128, 128, 128)), _ FillMode.Winding, _ new MindFusion.Drawing.Pen(Color.FromArgb(0, 0, 0, 0), 0.1f) _ ),new ShapeDecoration( _ new ElementTemplate() _ { _ new ArcTemplate(0, 0, 100, 100, -5.142765f, 103.7584f), _ new LineTemplate(42, 99, 99, 45) _ }, _ new MindFusion.Drawing.SolidBrush(Color.FromArgb(255, 128, 128, 128)), _ FillMode.Winding, _ new MindFusion.Drawing.Pen(Color.FromArgb(0, 0, 0, 0), 0.1f) _ ) _ } _ )
Many thanks
|