Function convert_drop_shadow_function

Source
fn convert_drop_shadow_function(
    node: SvgNode<'_, '_>,
    color: Option<Color>,
    dx: Length,
    dy: Length,
    std_dev: Length,
    state: &State<'_>,
) -> Kind