Home
last modified time | relevance | path

Searched refs:parse_css_declarations (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/fonttools/Lib/fontTools/subset/
H A Dsvg.py46 def parse_css_declarations(style_attr: str) -> Dict[str, str]: function
80 attrs = {**dict(attrs), **parse_css_declarations(el.attrib["style"])}