Skip to content

Diagonal Line Left (diagonal_line_left)

← 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

line, basic

Preview

Element HTML

<div x-objectcode="diagonal_line_left" class="lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg" id="{id}" title="Diagonal Line Left" style=""><svg height="100%" width="100%" pointer-events="none" preserveAspectRatio="none" viewBox="0 0 100 100">
                        <line vector-effect="non-scaling-stroke" x1="10" y1="10" x2="90" y2="90" />
                    </svg></div>

Default CSS

stroke-width:5;
stroke:black;

← Back to SVG Elements | 📋 All Elements