@@ -51,14 +51,14 @@ namespace ComPDFKit.Tool
inkTransfer.InkPath = inkPoints;
}
-
- if(Dash != null)
+ inkTransfer.Dash = null;
+ if (Dash != null)
{
float[] DashCopy=new float[Dash.Length];
Dash.CopyTo(DashCopy,0);
inkTransfer.Dash = DashCopy;
+
return true;