This commit is contained in:
@@ -791,12 +791,13 @@ Locale Français is customized [signature: 804154061] exporting
|
||||
sb.Append(lPoints[0].Item1.ToString());
|
||||
sb.Append(",");
|
||||
sb.Append(lPoints[0].Item2.ToString());
|
||||
sb.Append("C ");
|
||||
sb.Append(" C ");
|
||||
foreach (var p in lPoints)
|
||||
{
|
||||
sb.Append(p.Item1.ToString());
|
||||
sb.Append(",");
|
||||
sb.Append(p.Item2.ToString());
|
||||
sb.Append(" ");
|
||||
}
|
||||
sb.Append("\" stroke-width=\"3\" stroke=\"rgb(0, 255, 255)\" fill=\"none\" stroke-linecap=\"round\"></path>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user