Skip to content

Commit 4c76d73

Browse files
CI BuildCI Build
authored andcommitted
Fix the color string format if no System.Drawing.Common is available (#1055) BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt in case no System.Drawing.Common is present, the SvgColourConverter.ConvertTo method returned invalid SVG that cannot be correctly displayed in current browsers BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt fix by handling the case independent of System.Drawing.Common
1 parent b1afdf8 commit 4c76d73

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

doc/ReleaseNotes.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ <h3 id="changes">Changes</h3>
8181
<h3 id="fixes">Fixes</h3>
8282
<ul>
8383
<li>fixed build error in C# 11 (see <a href="https://github.com/svg-net/SVG/pull/1030">PR #1030</a>)</li>
84-
<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>
85-
<li>fixed missing styles when <code>DeepCopy</code> the <code>SvgElement</code> (see [PR #1053] (<a href="https://github.com/svg-net/SVG/pull/1053">https://github.com/svg-net/SVG/pull/1053</a>))</li>
84+
<li>fixed out of memory exception on SVGs with gradients (see <a href="https://github.com/svg-net/SVG/pull/1038">PR #1038</a>)</li>
85+
<li>fixed missing styles when <code>DeepCopy</code> the <code>SvgElement</code> (see <a href="https://github.com/svg-net/SVG/pull/1053">PR #1053</a>)</li>
86+
<li>fix the color string format incompatible with the Edge/Chrome browsers in case of no System.Drawing.Common (see <a href="https://github.com/svg-net/SVG/pull/1055">PR #1055</a>)</li>
8687
</ul>
8788
<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>
8889
<h3 id="fixes-1">Fixes</h3>

0 commit comments

Comments
 (0)