Options to use when enumerating SVG elements (nodes).
enum L_SvgEnumerateDirection
{
L_SvgEnumerateDirection_Top,
L_SvgEnumerateDirection_TopToBottom,
L_SvgEnumerateDirection_BottomToTop,
};
typedef enum L_SvgEnumerateDirection L_SvgEnumerateDirection;
Enumerate only the top-level elements.
Enumerate from top element and all children.
Enumerate from the lowest children in the document and up to the top element.
SVG element directions.
Specifies the options to use when enumerating SVG elements (nodes) with L_SvgEnumerateElements.