File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ struct Opt {
9797 optimize_path_order : Option < bool > ,
9898 /// CSS selector to filter which SVG elements are converted.
9999 ///
100- /// Only the `:not` and `:is ` pseudo classes are supported.
100+ /// Only the `:not`, `:is`, and `:has ` pseudo classes are supported.
101101 ///
102102 /// <https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Selectors>
103103 #[ arg( long) ]
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pub struct ConversionConfig {
5050 pub optimize_path_order : bool ,
5151 /// CSS selector to filter which SVG elements are converted.
5252 ///
53- /// Only the `:not` and `:is ` pseudo classes are supported.
53+ /// Only the `:not`, `:is`, and `:has ` pseudo classes are supported.
5454 ///
5555 /// <https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Selectors>
5656 #[ cfg_attr( feature = "serde" , serde( default ) ) ]
You can’t perform that action at this time.
0 commit comments