# GrapeCity.Documents.Svg.SvgShapeRendering

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgShapeRendering" data-uid="GrapeCity.Documents.Svg.SvgShapeRendering" class="text-break">SvgShapeRendering Enum
</h1>
  <div class="markdown level0 summary"><p>Provides a hint to the implementation about what tradeoffs to make as it renders vector graphics elements such as
<a class="xref" href="GrapeCity.Documents.Svg.SvgPathElement.html">SvgPathElement</a> elements and basic shapes such as circles and rectangles.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgShapeRendering_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgShapeRendering</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgShapeRendering</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgShapeRendering_Auto">Auto</td>
        <td><p>Indicates that the user agent shall make appropriate tradeoffs to balance speed, crisp edges and
geometric precision, but with geometric precision given more importance than speed and crisp edges.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgShapeRendering_CrispEdges">CrispEdges</td>
        <td><p>Indicates that the user agent shall attempt to emphasize the contrast between clean edges
of artwork over rendering speed and geometric precision.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgShapeRendering_GeometricPrecision">GeometricPrecision</td>
        <td><p>Indicates that the user agent shall emphasize geometric precision over speed and crisp edges.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgShapeRendering_OptimizeSpeed">OptimizeSpeed</td>
        <td><p>Indicates that the user agent shall emphasize rendering speed over geometric precision and crisp edges.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
