Skip to content

Commit 618ddc9

Browse files
committed
Update comment on supported classes
1 parent 4e27fbf commit 618ddc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)]

lib/src/converter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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))]

0 commit comments

Comments
 (0)