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
Dependency Diagram
graph TD 324a6e55_b29f_20bf_a101_daa490cb9e4b["do_not_consider_svg_path_commands()"] add7fb68_668d_acbb_2d68_5b2963b9c0e4["candidate_machine.rs"] 324a6e55_b29f_20bf_a101_daa490cb9e4b -->|defined in| add7fb68_668d_acbb_2d68_5b2963b9c0e4 style 324a6e55_b29f_20bf_a101_daa490cb9e4b fill:#6366f1,stroke:#818cf8,color:#fff
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
Source
Frequently Asked Questions
What does do_not_consider_svg_path_commands() do?
do_not_consider_svg_path_commands() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/candidate_machine.rs.
Where is do_not_consider_svg_path_commands() defined?
do_not_consider_svg_path_commands() is defined in crates/oxide/src/extractor/candidate_machine.rs at line 320.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free