A cross. The dimensions are set with the "width" and "height" styles.

Properties

angle: string

The degree of the X strokes to each other. Default is "90deg"; Can also be set through --hylo-glyph-x-angle.

height: string

The height as css style or as an JSON object of css styles. The object can contain the keys 'default', 'xl', 'lg', 'md', 'sm', 'xs'. A hylo-breakpoint-listener has to be present. e.g. {"default": "20px", "xs": "15px", "sm": "15px"}

Can also be set as --hylo-glyph-height.

length: string

The length of each stroke in reference of the elements height. Default is "100%". Can also be set through --hylo-glyph-x-length.

rounded: boolean

Sets rounded lines.

size: string

The stroke thickness or an JSON object of thickness. The object can contain the keys 'default', 'xl', 'lg', 'md', 'sm', 'xs'. e.g. {"default": "5px", "xs": "3px", "sm": "3px"}

Can also be set through --hylo-glyph-x-size.

width: string

The width as css style or as an JSON object of css styles. The object can contain the keys 'default', 'xl', 'lg', 'md', 'sm', 'xs'. A hylo-breakpoint-listener has to be present. e.g. {"default": "20px", "xs": "15px", "sm": "15px"}

Can also be set as --hylo-glyph-width.

Generated using TypeDoc