From 42c670a2338a7bff2ea801e8edbf1fa456806742 Mon Sep 17 00:00:00 2001 From: CI Build Date: Sun, 8 Oct 2023 12:11:55 +0000 Subject: [PATCH] Minor optimisations (#1084) BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Svg.Custom Tests doc docfx.json index.md license.txt minor optimisations BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Svg.Custom Tests doc docfx.json index.md license.txt avoid materialisation of enumerable. --- api/Svg.Pathing.SvgClosePathSegment.html | 2 +- api/Svg.SvgFontDefn.html | 4 ++-- manifest.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/Svg.Pathing.SvgClosePathSegment.html b/api/Svg.Pathing.SvgClosePathSegment.html index 9d19f0bd9..1eecde303 100644 --- a/api/Svg.Pathing.SvgClosePathSegment.html +++ b/api/Svg.Pathing.SvgClosePathSegment.html @@ -196,7 +196,7 @@

Methods Improve this Doc - View Source + View Source

AddToPath(GraphicsPath)

diff --git a/api/Svg.SvgFontDefn.html b/api/Svg.SvgFontDefn.html index 6406c01f5..3440a4816 100644 --- a/api/Svg.SvgFontDefn.html +++ b/api/Svg.SvgFontDefn.html @@ -238,7 +238,7 @@

Methods Improve this Doc - View Source + View Source

AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF)

@@ -332,7 +332,7 @@
Returns
Improve this Doc - View Source + View Source

Dispose()

diff --git a/manifest.json b/manifest.json index d02017f4e..b60a12f40 100644 --- a/manifest.json +++ b/manifest.json @@ -1089,7 +1089,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgClosePathSegment.html", - "hash": "KvvMmbiOthswqlQsKwFJZoqtiEujtozJgwWDXfTxg0Q=" + "hash": "6C+5Daj4MdLQtbChHjNWClclbMSne4hbRJ/yVmQe6dA=" } }, "is_incremental": false, @@ -1689,7 +1689,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontDefn.html", - "hash": "FPGjmnxkw9LdJysSxr81nhauPB+iKkoAL/pOcVv+wqU=" + "hash": "4fWGIZPyZRB8qlO/K/qZj/Ucs46dNBnVqq6qKxZ+ZzM=" } }, "is_incremental": false,