mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 07:20:08 +00:00
3.0
This commit is contained in:
@@ -8,7 +8,6 @@ namespace XUGL
|
||||
public class SVGPath
|
||||
{
|
||||
private static Regex s_PathRegex = new Regex(@"(([a-z]|[A-Z])(\d|\.|,|-)*)");
|
||||
// private static Regex s_PathValueRegex = new Regex(@"(^[a-z]|[A-Z])\s*(-?\d+\.*\d*)*[\s|,|-]*(\d+\.*\d*)*");
|
||||
private static Regex s_PathValueRegex = new Regex(@"(^[a-z]|[A-Z])\s*(-?\d+\.*\d*)*[\s|,|-]*(\d+\.*\d*)*");
|
||||
private static Regex s_PathValueRegex2 = new Regex(@"(-?\d+\.?\d*)");
|
||||
public bool mirrorY = true;
|
||||
|
||||
Reference in New Issue
Block a user