From 3bccbd0ab2007f16e03604def363f1f93ad8075f Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sat, 26 Mar 2022 22:28:23 +0800 Subject: [PATCH] 3.0 --- .github/FUNDING.yml | 2 +- Runtime/XUGL/SVG/SVGPath.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 835bd1a0..884a6e9d 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: ['https://github.com/XCharts-Team/XCharts/blob/master/Documentation/res/alipay.png'] +custom: ['https://www.paypal.com/paypalme/monitor1394','https://github.com/XCharts-Team/XCharts/blob/master/Documentation/res/alipay.png'] diff --git a/Runtime/XUGL/SVG/SVGPath.cs b/Runtime/XUGL/SVG/SVGPath.cs index 07426cd2..3ced766e 100644 --- a/Runtime/XUGL/SVG/SVGPath.cs +++ b/Runtime/XUGL/SVG/SVGPath.cs @@ -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;