# depicter/1.2.0/resources/scripts/loadings/snippets/oval/dark.html

Depicter — Popup &amp; Slider Builder, version 1.2.0. 18 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.2.0/code/resources/scripts/loadings/snippets/oval/dark.html
- Raw: https://pluginprobe.com/plugins/depicter/1.2.0/raw/resources/scripts/loadings/snippets/oval/dark.html
- Modified: 2022-06-01T06:26:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/1.2.0/code/resources/scripts/loadings/snippets/oval/dark.html#L10-L20`.

```html
<svg class="depicter-single-svg-loading" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#050A0E">
   <g fill="none" fill-rule="evenodd">
      <g transform="translate(1 1)" stroke-width="2">
         <circle stroke-opacity=".5" cx="18" cy="18" r="18" />
         <path d="M36 18c0-9.94-8.06-18-18-18">
            <animateTransform
               attributeName="transform"
               type="rotate"
               from="0 18 18"
               to="360 18 18"
               dur="1s"
               repeatCount="indefinite"
            />
         </path>
      </g>
   </g>
</svg>

```
