Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 3.62 KB

edge.rst

File metadata and controls

43 lines (39 loc) · 3.62 KB

Styling

Following is a list of possible edge style properties:

Property Type Description
alpha float [ 0.0 -> 1.0 ] The transparency value of the edge.
clip bool Is this clipped by the axes boundaries?
color Color The color value of the edge.
fgColor Color The color value of the edge. This is an alias to color and always has the exact same value.
snap bool Snap vertices to the nearest pixel center
style enum

The style to use for the edge line. This can be one of the following values:

- Solid line
-- Dashed line
-. Dash-Dot line
: Dotted line
None No line
visible bool Is this to be drawn?
width float The width (in pixels) of the edge line.
zOrder float The z-order value is used for depth sorting.