Skip to content

Commit d329b7f

Browse files
CI BuildCI Build
authored andcommitted
Fix OutOfMemory exception on SVGs with gradients (#1038) - Source: the8thavatar, #1008 (comment) BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt Addendum to eecaefc: Rename MyPointFEqualityComparer to PointFEqualityComparer, fix error "Unanticipated number of intersection points" by returning the GradientPoints of specifiedStart & specifiedEnd Co-authored-by: Kersten Behrens <[email protected]>
1 parent 6b7f5ab commit d329b7f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/ReleaseNotes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h2 id="unreleased">Unreleased</h2>
7777
<h3 id="fixes">Fixes</h3>
7878
<ul>
7979
<li>fixed build error in C# 11 (see <a href="https://github.com/svg-net/SVG/pull/1030">PR #1030</a>)</li>
80+
<li>fixed out of memory exception on SVGs with gradients (see [PR #1038] (<a href="https://github.com/svg-net/SVG/pull/1038">https://github.com/svg-net/SVG/pull/1038</a>))</li>
8081
</ul>
8182
<h2 id="version-344--2022-10-29"><a href="https://www.nuget.org/packages/Svg/3.4.4">Version 3.4.4</a> (2022-10-29)</h2>
8283
<h3 id="fixes-1">Fixes</h3>

0 commit comments

Comments
 (0)