module Celestine::Modules::StrokeFill::Attrs

Direct including types

Defined in:

modules/stroke_fill.cr

Constant Summary

COLOR = "color"
COLOR_INTERPOLATION = "color_interpolation"
COLOR_INTERPOLATION_FILTERS = "color_interpolation_filters"
DASH_ARRAY = "stroke-dasharray"
DASH_OFFSET = "stroke-dashoffset"
FILL = "fill"
FILL_OPACITY = "fill-opacity"
FILL_RULE = "fill-rule"
LINE_CAP = "stroke-linecap"
LINE_JOIN = "stroke-linejoin"
MITER_LIMIT = "stroke-miterlimit"
OPACITY = "opacity"
STROKE = "stroke"
STROKE_OPACITY = "stroke-opacity"
STROKE_WIDTH = "stroke-width"
VECTOR_EFFECT = "vector-effect"