Lines
This extension type will show an line by default. The orientation is set automattically (but can be set manually) to which ever side is longer.
Line configuration
There are multiple options to change the appearance of the line.
You can configure:
-
line widthin px -
line typedefaultis a normal line,dashedline require specification of the dash widths (specification here ). -
line cap
shortcaps end in the extension frame,widecaps end beyond the extension frame androundedcaps end beyond the extension frame but have rounded ends -
line marginAllthe line will leave the specified amount place to the border of the extension frame.Singlethe line will leave the specified amount place to the border of the extension frame. You can specify the margin for each side.
-
line alignmentstartthe line will be at the start of the extension frame (depending on the orientation).centerthe line will be centered in the extension frame.endthe line will be at the end of the extension frame (depending on the orientation).
-
line border radius- set the border radius of the line caps.
Color
For the line Color you have three options:
Color
You can set a color (rgb, rgba, hex) for the line.Gradient
You can set a gradient from one color to another color (rgb, rgba, hex) for the line. The degree of this gradient can also be changedCustom
Set the color of the line using a css term. This can be for example a linear gradient or a repeating linear gradient:='repeating-linear-gradient(45deg, #ebc334, #ebc334 10px, #211f16 10px, #211f16 20px )'
Last updated on