Skip to content

Oval (oval)

← Back to SVG Elements | 📋 All Elements


This element is available in the Lucit Template Designer Elements Panel and can be added to any template by clicking on it.

When this element is added, the code listed in Element HTML will be added as a new layer in your template design that you can then customize as you see fit.

Overview

  • Type: svg
  • Element Class: App\LuCore\DriveTemplates\BasicShapeDriveTemplateElementClass

Basic shape, oval, circle, rounded

Preview

Element HTML

<div x-objectcode="oval" class="lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg" id="{id}" title="Oval" style=""><svg height="100%" width="100%" viewBox="0 0 100 100" preserveAspectRatio="none" pointer-events="none">
                        <circle cx="50" cy="50" r="40" />
                    </svg></div>

Default CSS

height: 75%;

← Back to SVG Elements | 📋 All Elements