
Create a detailed, valid SVG illustration of a human body cr...
Prompt
Create a detailed, valid SVG illustration of a human body croquis generator interface. The SVG must contain: 1. A stylized front‑view fashion croquis figure – elongated proportions (about 8.5 heads tall), neutral pose (one leg slightly bent, arms away from the body), minimal facial features, no clothing. Use clean, thin vector lines. 2. A vertical panel of sliders on the right side of the figure. Each slider is a thin track with a draggable thumb, a label above it, and a numeric value readout to the right. The sliders represent these ANSUR anthropometric dimensions: - Stature - Biacromial Breadth (shoulder width) - Waist Breadth - Hip Breadth - Chest Depth - Arm Length - Sitting Height Each slider’s track should have tick marks from 1st to 99th percentile (labels “1%” and “99%” at the ends). 3. Include a dashed silhouette behind the main figure, slightly offset, to indicate how the body shape might adapt when sliders are moved (e.g., a wider hip or broader shoulder outline). 4. A title at the top: “ANSUR Body Generator”. 5. A small legend in the corner explaining the use of dashed vs. solid lines. Styling: - Use a monochrome palette (black, white, greys) with a single accent color (e.g., orange or teal) for the sliders, measurement lines, and title. - Use a responsive viewBox: `viewBox="0 0 600 800"`. - The SVG should be well‑structured with logical grouping (`<g>`), descriptive `id` and `class` attributes, and clean path data. - No external images or JavaScript – only self‑contained SVG code. - Output **only the raw SVG code**, without markdown code fences or additional text.