31 lines
1.4 KiB
XML
31 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 120 100" width="120" height="100">
|
|
<defs>
|
|
<filter id="flagshadow-cn" x="-10%" y="-10%" width="120%" height="120%">
|
|
<feDropShadow dx="1" dy="2" stdDeviation="1" flood-color="#000000" flood-opacity="0.3"/>
|
|
</filter>
|
|
<!-- Star path from official Wikipedia SVG -->
|
|
<path id="star" d="m0-30 17.634 54.27-46.166-33.54h57.064l-46.166 33.54Z" fill="#FF0"/>
|
|
<clipPath id="waveclip-cn">
|
|
<path d="M 15 15 Q 40 10 65 15 Q 90 20 110 15 L 110 75 Q 90 80 65 75 Q 40 70 15 75 Z"/>
|
|
</clipPath>
|
|
</defs>
|
|
|
|
<!-- Flag with wave effect -->
|
|
<g filter="url(#flagshadow-cn)" clip-path="url(#waveclip-cn)">
|
|
<!-- Original is 900x600, we scale to fit ~95x63 area -->
|
|
<g transform="translate(15, 15) scale(0.105555)">
|
|
<path fill="#EE1C25" d="M0 0h900v600H0"/>
|
|
<g transform="matrix(3 0 0 3 150 150)">
|
|
<use xlink:href="#star"/>
|
|
</g>
|
|
<use xlink:href="#star" transform="rotate(23.036 2.784 766.082)"/>
|
|
<use xlink:href="#star" transform="rotate(45.87 38.201 485.396)"/>
|
|
<use xlink:href="#star" transform="rotate(69.945 29.892 362.328)"/>
|
|
<use xlink:href="#star" transform="rotate(20.66 -590.66 957.955)"/>
|
|
</g>
|
|
</g>
|
|
|
|
<!-- Flag pole -->
|
|
<rect x="10" y="10" width="5" height="85" rx="1" fill="#8B4513"/>
|
|
<circle cx="12.5" cy="10" r="4" fill="#FFD700"/>
|
|
</svg>
|