Expand description
Specified types for SVG properties.
Macros§
Structs§
- Context
Property Bits - The context properties we understand.
- MozContext
Properties - Specified MozContextProperties value. Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-context-properties)
- SVGPaint
Order - The specified value is tree
PaintOrder
values packed into the bitfields below, as a six-bit field, of 3 two-bit pairs - Vector
Effect - https://svgwg.org/svg2-draft/coords.html#VectorEffects
Enums§
- DProperty
- The svg d property type.
- Paint
Order - The specified value for a single CSS paint-order property.
Constants§
- PAINT_
ORDER_ COUNT - Number of non-normal components
- PAINT_
ORDER_ MASK - Mask with above bits set
- PAINT_
ORDER_ SHIFT - Number of bits for each component
Functions§
- is_
context_ value_ enabled - Whether the
context-value
value is enabled.
Type Aliases§
- SVGLength
| | | context-value - SVGOpacity
| context-fill-opacity | context-stroke-opacity - SVGPaint
- Specified SVG Paint value
- SVGStroke
Dash Array - [
| | ]# | context-value - SVGWidth
- A non-negative version of SVGLength.