Skip to main content

parse_drop_shadow

Function parse_drop_shadow 

Source
pub(crate) fn parse_drop_shadow(
    filter: &str,
) -> Option<(i32, i32, i32, u32, bool)>
Expand description

filter 文字列から drop-shadow(ox oy blur color) を抽出し、box-shadow相当のタプルを返す。