Skip to content

Commit

Permalink
Make sure that SvgPath takes transforms into account (#915) BuildProc…
Browse files Browse the repository at this point in the history
…essTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt Add test. BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt Fixes #830 'Bounds for SvgPath don't take transforms into account' issue
 BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt Update ReleaseNotes.md.
  • Loading branch information
CI Build authored and CI Build committed Oct 17, 2021
1 parent 721bd0d commit 746a52f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 46 deletions.
32 changes: 3 additions & 29 deletions api/Svg.SvgPath.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Svg.SvgMarkerElement.html#Svg_SvgMarkerElement_RenderStroke_Svg_ISvgRenderer_">SvgMarkerElement.RenderStroke(ISvgRenderer)</a>
</div>
<div>
<a class="xref" href="Svg.SvgPathBasedElement.html#Svg_SvgPathBasedElement_Bounds">SvgPathBasedElement.Bounds</a>
</div>
<div>
<a class="xref" href="Svg.SvgVisualElement.html#Svg_SvgVisualElement_Svg_ISvgBoundable_Location">SvgVisualElement.ISvgBoundable.Location</a>
</div>
Expand Down Expand Up @@ -506,35 +509,6 @@ <h3 id="properties">Properties
</h3>


<a id="Svg_SvgPath_Bounds_" data-uid="Svg.SvgPath.Bounds*"></a>
<h4 id="Svg_SvgPath_Bounds" data-uid="Svg.SvgPath.Bounds">Bounds</h4>
<div class="markdown level1 summary"><p>Gets the bounds of the element.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override RectangleF Bounds { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">RectangleF</span></td>
<td><p>The bounds.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Svg.SvgPathBasedElement.html#Svg_SvgPathBasedElement_Bounds">SvgPathBasedElement.Bounds</a></div>


<a id="Svg_SvgPath_PathData_" data-uid="Svg.SvgPath.PathData*"></a>
<h4 id="Svg_SvgPath_PathData" data-uid="Svg.SvgPath.PathData">PathData</h4>
<div class="markdown level1 summary"><p>Gets or sets a <see cref="!:SvgPathSegmentList"></see> of path data.</p>
Expand Down
1 change: 1 addition & 0 deletions doc/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ <h3 id="performance">Performance</h3>
<h3 id="fixes">Fixes</h3>
<ul>
<li>fixed color blend position (see <a href="https://github.com/svg-net/SVG/issues/902">#902</a>)</li>
<li>remove override method that is no longer needed in <code>SvgPath</code> (see <a href="https://github.com/svg-net/SVG/issues/830">#830</a>)</li>
</ul>
<h2 id="version-330--2021-09-23"><a href="https://www.nuget.org/packages/Svg/3.3.0">Version 3.3.0</a> (2021-09-23)</h2>
<h3 id="changes">Changes</h3>
Expand Down

0 comments on commit 746a52f

Please sign in to comment.