Home / Function/ do_not_consider_svg_path_commands() — tailwindcss Function Reference

do_not_consider_svg_path_commands() — tailwindcss Function Reference

Architecture documentation for the do_not_consider_svg_path_commands() function in candidate_machine.rs from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

crates/oxide/src/extractor/candidate_machine.rs lines 320–330

    fn do_not_consider_svg_path_commands() {
        for input in [
            r#"<path d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"/>"#,
            r#"<path d="0h2m-2"/>"#,
        ] {
            assert_eq!(
                CandidateMachine::test_extract_all(input),
                Vec::<&str>::new()
            );
        }
    }

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free