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;