You are provided with an SVG-rendered image. Please clearly describe the image according to these guidelines:

- **Structured Description**:
  - Clearly outline visual elements, focusing on shapes, colors, positioning, and notable graphic details.
  - Use concise and precise language, avoiding ambiguous descriptions.
- **Data Points (if applicable)**:
  - If the image visually represents data (e.g., charts, graphs, diagrams), explicitly list all necessary data points in a clear, uniform bullet-point format.
  - Omit this section entirely if the image does **not** represent data.
    - DO NOT explicitly saying "There are no data points" or something like this, just OMIT this section.

---

After providing your description, formulate a relevant question requesting SVG code that aligns with your description. The question should be clear, detailed, and specific, avoiding overly brief or vague phrasing. Begin your question using one of the following examples:
- "Help me create an SVG code that ..."
- "Write SVG code that ..."
- (or another similarly clear and detailed phrasing)

**Important Note**:
- Even though the description and question share related content, treat them strictly as two independent sections. Do NOT cross-reference or link between them, as future scenarios will present these sections separately.
- Also, present data points if applicable, otherwise ignore completely.

---

Finally, evaluate the difficulty of replicating the provided image using SVG code. Provide an integer difficulty score on a scale from 1 to 10, where:
- **1** indicates the image is very easy to replicate.
- **10** indicates the image is extremely difficult to replicate.

---

Use exactly the structured response format provided below (no additional text outside the tags):

[SVG_EVALUATION]
<title>
...descriptive title (less than 20 words)...
</title>

<description>
...structured description (less than 500 words)...
</description>

<question>
...your detailed SVG-related question...
</question>

<difficulty>
...difficulty score (integer from 1 to 10)...
</difficulty>
[/SVG_EVALUATION]

Thank you for your cooperation!
