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
<li>made anti-aliasing behavior more consistent with rendering in browsers (see <ahref="https://github.com/svg-net/SVG/issues/960">#960</a>)</li>
111
115
</ul>
112
-
<h3id="fixes-2">Fixes</h3>
116
+
<h3id="fixes-3">Fixes</h3>
113
117
<ul>
114
118
<li>fixed issue for <code>SvgTextBase.Bounds</code> with blank <code>SvgTextSpan</code> (see <ahref="https://github.com/svg-net/SVG/pull/963">PR #963</a>)</li>
115
119
<li>fixed precision issue in <code>SvgUnit</code> (see <ahref="https://github.com/svg-net/SVG/pull/969">PR #969</a>)</li>
116
120
<li>fixed <code>InheritGradient</code> values are not inherited (see <ahref="https://github.com/svg-net/SVG/issues/966">#966</a>)</li>
<li>added support for <code>miter-clip</code> and <code>arcs</code> line joins, and for <code>fr</code> radial gradiant property
177
181
(SVG2 features, see <ahref="https://github.com/svg-net/SVG/pull/621">PR #621</a>)</li>
178
182
</ul>
179
-
<h3id="fixes-6">Fixes</h3>
183
+
<h3id="fixes-7">Fixes</h3>
180
184
<ul>
181
185
<li>fixed filter Inherited (see <ahref="https://github.com/svg-net/SVG/issues/541">#541</a> and <ahref="https://github.com/svg-net/SVG/pull/689">PR #689</a>)</li>
182
186
<li>fixed calculate required layout rectangle (see <ahref="https://github.com/svg-net/SVG/issues/732">#732</a> and <ahref="https://github.com/svg-net/SVG/pull/741">PR #741</a>)</li>
<li>add support for <code><a></code> element (see <ahref="https://github.com/svg-net/SVG/issues/626">#626</a> and <ahref="https://github.com/svg-net/SVG/pull/628">PR #628</a>))</li>
241
245
<li>added ColorConverter from dotnet runtime codebase to make Netstandard 2.0 target more complete (see <ahref="https://github.com/svg-net/SVG/pull/630">PR #630</a>)</li>
242
246
</ul>
243
-
<h3id="fixes-8">Fixes</h3>
247
+
<h3id="fixes-9">Fixes</h3>
244
248
<ul>
245
249
<li>fixed nested svg tags not rendered properly (see <ahref="https://github.com/svg-net/SVG/issues/622">#622</a>)</li>
246
250
<li>added handling of invalid property in parser (see <ahref="https://github.com/svg-net/SVG/issues/632">#632</a>)</li>
0 commit comments