You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: doc/ReleaseNotes.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,9 @@ <h3 id="changes">Changes</h3>
81
81
<h3id="fixes">Fixes</h3>
82
82
<ul>
83
83
<li>fixed build error in C# 11 (see <ahref="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] (<ahref="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] (<ahref="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 <ahref="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 <ahref="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 <ahref="https://github.com/svg-net/SVG/pull/1055">PR #1055</a>)</li>
0 commit comments