Skip to content

Commit

Permalink
Minor optimisations (#1084) BuildProcessTemplates CONTRIBUTING.md Gen…
Browse files Browse the repository at this point in the history
…erators 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.
  • Loading branch information
CI Build authored and CI Build committed Oct 8, 2023
1 parent b0c4a22 commit 42c670a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/Svg.Pathing.SvgClosePathSegment.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h3 id="methods">Methods
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_Pathing_SvgClosePathSegment_AddToPath_GraphicsPath_.md&amp;value=---%0Auid%3A%20Svg.Pathing.SvgClosePathSegment.AddToPath(GraphicsPath)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/svg-net/SVG/blob/master/Source/Paths/SvgClosePathSegment.Drawing.cs/#L23">View Source</a>
<a href="https://github.com/svg-net/SVG/blob/master/Source/Paths/SvgClosePathSegment.Drawing.cs/#L24">View Source</a>
</span>
<a id="Svg_Pathing_SvgClosePathSegment_AddToPath_" data-uid="Svg.Pathing.SvgClosePathSegment.AddToPath*"></a>
<h4 id="Svg_Pathing_SvgClosePathSegment_AddToPath_GraphicsPath_" data-uid="Svg.Pathing.SvgClosePathSegment.AddToPath(GraphicsPath)">AddToPath(GraphicsPath)</h4>
Expand Down
4 changes: 2 additions & 2 deletions api/Svg.SvgFontDefn.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h3 id="methods">Methods
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_SvgFontDefn_AddStringToPath_Svg_ISvgRenderer_GraphicsPath_System_String_System_Drawing_PointF_.md&amp;value=---%0Auid%3A%20Svg.SvgFontDefn.AddStringToPath(Svg.ISvgRenderer%2CGraphicsPath%2CSystem.String%2CSystem.Drawing.PointF)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/svg-net/SVG/blob/master/Source/Text/SvgFontDefn.cs/#L62">View Source</a>
<a href="https://github.com/svg-net/SVG/blob/master/Source/Text/SvgFontDefn.cs/#L70">View Source</a>
</span>
<a id="Svg_SvgFontDefn_AddStringToPath_" data-uid="Svg.SvgFontDefn.AddStringToPath*"></a>
<h4 id="Svg_SvgFontDefn_AddStringToPath_Svg_ISvgRenderer_GraphicsPath_System_String_System_Drawing_PointF_" data-uid="Svg.SvgFontDefn.AddStringToPath(Svg.ISvgRenderer,GraphicsPath,System.String,System.Drawing.PointF)">AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF)</h4>
Expand Down Expand Up @@ -332,7 +332,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_SvgFontDefn_Dispose.md&amp;value=---%0Auid%3A%20Svg.SvgFontDefn.Dispose%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/svg-net/SVG/blob/master/Source/Text/SvgFontDefn.cs/#L134">View Source</a>
<a href="https://github.com/svg-net/SVG/blob/master/Source/Text/SvgFontDefn.cs/#L142">View Source</a>
</span>
<a id="Svg_SvgFontDefn_Dispose_" data-uid="Svg.SvgFontDefn.Dispose*"></a>
<h4 id="Svg_SvgFontDefn_Dispose" data-uid="Svg.SvgFontDefn.Dispose">Dispose()</h4>
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@
"output": {
".html": {
"relative_path": "api/Svg.Pathing.SvgClosePathSegment.html",
"hash": "KvvMmbiOthswqlQsKwFJZoqtiEujtozJgwWDXfTxg0Q="
"hash": "6C+5Daj4MdLQtbChHjNWClclbMSne4hbRJ/yVmQe6dA="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 42c670a

Please sign in to comment.