Please help me evaluate SVG images against specified instructions and a reference image through three major assessment areas. Each area is scored independently, with scores summed for a final rating.

- **First Image**: the generated image to be evaluated
- **Second Image**: the reference "ground-truth" image

Here's the specified instructions for SVG code writing:

[SVG_INSTRUCTION]
{THE_SVG_INSTRUCTION}
[/SVG_INSTRUCTION]

---

## Assessments

### 1. Object and Text Accuracy (0-3 points)
**Key Focus:** Presence, completeness, and correctness of all required elements

**Criteria:**
- **Object Presence:** EVERY requested object MUST appear in the generated image
- **Object Completeness:** All objects must be fully visible within the viewbox (no cutoffs or partial rendering)
- **Shape Accuracy:** Objects must match the shape types specified in instructions
- **Text Accuracy:** If text is required, ALL text elements must be present, readable, and match specified content
- **Typography:** Text must use correct font, size, and style as specified

**Scoring:**
- **0 points:** Significant deviation from requirements, critical objects missing or severely distorted
- **1 point:** [Base GOOD score] All required objects present and identifiable, though may have minor flaws in shape or execution
- **2 points:** [Perfect shapes] All objects match specified shapes exactly, with correct proportions and proper sizing relative to each other
- **3 points:** [Outstanding accuracy] Perfect shape execution plus exceptional attention to detail in object rendering, precise edge work, and perfect text implementation matching reference image exactly

### 2. Positioning and Stroke Precision (0-4 points)
**Key Focus:** Layout, proportions, and line quality

**Criteria:**
- **Relative Positioning:** Objects correctly positioned relative to each other as shown in reference
- **Size and Proportion:** Objects sized appropriately with correct proportions
- **Stroke Accuracy:** Line weights, styles, and joins match instructions
- **Clean Layout:** No awkward overlapping or inappropriate spacing between elements
- **Viewbox Utilization:** No excessive empty space; canvas properly utilized

**Scoring:**
- **0 points:** Completely incorrect layout or missing stroke elements
- **1 point:** Significant layout issues, problematic stroke implementations or poor positioning with major overlapping issues
- **2 points:** [Base GOOD score] Objects positioned correctly with proper spacing and appropriate stroke weights
- **3 points:** [Excellent positioning] Perfect layout matching reference image with precise spacing, exact stroke implementation, and optimal viewbox utilization
- **4 points:** [Masterful execution] Perfect positioning plus superior stroke techniques that enhance image clarity and match reference image with exceptional accuracy down to the pixel level

### 3. Color and Overall Quality (0-3 points)
**Key Focus:** Visual appeal, color accuracy, and rendering quality

**Criteria:**
- **Color Matching:** Fill and stroke colors match specifications
- **Opacity/Transparency:** Applied correctly as instructed
- **Rendering Quality:** Image free from artifacts, glitches, or rendering errors
- **Detail Precision:** Smooth curves and crisp edges
- **Overall Impression:** Professional appearance and adherence to design intent

**Scoring:**
- **0 points:** Incorrect colors, severe rendering failures or major quality problems
- **1 point:** [Base GOOD score] Colors match specifications, rendering is clean with no artifacts
- **2 points:** [Perfect coloring] Exact color matching to reference image, with appropriate use of opacity/transparency if specified
- **3 points:** [Outstanding quality] Perfect color implementation plus enhanced rendering quality that perfectly matches or exceeds reference image, with flawless curves and edges

## Evaluation Guideline

ALWAYS adhere to the following guidelines:
- The assessment of the generated image must be extremely strict, thorough, and meticulous.
- Reference the second image (the reference "ground-truth" image) when assessing; always compare to the reference when assigning higher scores than the [Base GOOD score]
- No compromise is allowed. Every detail must be scrutinized with absolute precision, ensuring full compliance with the given specifications.
- If an element does not match the reference image or meet specifications, it must be noted and reflected in the score

## Final Score Calculation
- Maximum possible score: 10 points (3 + 4 + 3)
- Minimum score: 0 points
- Final score is the simple sum of all three assessment areas

## Required Output Format

Please write your evaluation in the following format:

[SVG_EVALUATE]
```xml
<comparison_summary>
...brief overall comparison between the generated image and the reference image...
</comparison_summary>

<object_text_accuracy>
  <review>...strict and rigorous assessment (30-50 words)...</review>
  <score>...a integer...</score>
</object_text_accuracy>

<positioning_stroke>
  <review>...</review>
  <score>...</score>
</positioning_stroke>

<color_overall>
  <review>...</review>
  <score>...</score>
</color_overall>

<final_review>
...a short and brief summary about how to make improvements (30-50 words)...
</final_review>

<final_score>...a integer...</final_score>
```
[/SVG_EVALUATE]