pub struct Primitive {
pub x: Option<f64>,
pub y: Option<f64>,
pub width: Option<f64>,
pub height: Option<f64>,
pub color_interpolation: ColorInterpolation,
pub result: String,
pub kind: Kind,
}Expand description
A filter primitive element.
Fields§
§x: Option<f64>x coordinate of the filter subregion.
y: Option<f64>y coordinate of the filter subregion.
width: Option<f64>The filter subregion width.
height: Option<f64>The filter subregion height.
color_interpolation: ColorInterpolationColor interpolation mode.
color-interpolation-filters in the SVG.
result: StringAssigned name for this filter primitive.
result in the SVG.
kind: KindFilter primitive kind.