Skip to content

Commit 254b82d

Browse files
CI BuildCI Build
authored andcommitted
Fix 'Parameter is not valid' exception when drawing to bitmap (#1006) - get document size from GetDimensions method. BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt fixes #1004
1 parent 1a1bf2f commit 254b82d

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
@@ -78,6 +78,7 @@ <h3 id="fixes">Fixes</h3>
7878
<ul>
7979
<li>fixed localized family names in <code>SvgFontManager</code> (see <a href="https://github.com/svg-net/SVG/pull/993">PR #993</a>)</li>
8080
<li>fixed out of memory Exception in <code>SvgImage.Render()</code> (see <a href="https://github.com/svg-net/SVG/issues/1003">#1003</a>)</li>
81+
<li>fixed argument Exception in <code>Draw(Graphics)</code> (see <a href="https://github.com/svg-net/SVG/issues/1004">#1004</a>)</li>
8182
</ul>
8283
<h2 id="version-343--2022-07-16"><a href="https://www.nuget.org/packages/Svg/3.4.3">Version 3.4.3</a> (2022-07-16)</h2>
8384
<h3 id="changes">Changes</h3>

0 commit comments

Comments
 (0)