<?xml version="1.0"?>
<flag name="ETHIOPIA" width="2">
    <status
        layout="no"
        color="unknown"
        graphic="yes"
    />
    <object name="star5" />
    <tricolor dir="horizontal">
        <color>limegreen</color>
        <color>yellow</color>
        <color>red</color>
    </tricolor>
    <g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
        <circle cx="50%" cy="50%" r="25" fill="lightblue" />
        <!-- TODO: graphic refinement -->
        <g stroke="yellow" stroke-width="0.05" transform="translate(100,50) scale(18)">
            <use xlink:href="#star5" fill="none" stroke-width="0.1" />
            <line x1="0" y1="0.6" x2="0" y2="1.2" />
            <line x1="0" y1="0.6" x2="0" y2="1.2" transform="rotate(72)" />
            <line x1="0" y1="0.6" x2="0" y2="1.2" transform="rotate(144)" />
            <line x1="0" y1="0.6" x2="0" y2="1.2" transform="rotate(216)" />
            <line x1="0" y1="0.6" x2="0" y2="1.2" transform="rotate(288)" />
        </g>
    </g>
</flag>

