database schema adjustments to server/realm/scene
This commit is contained in:
parent
a102c96bb4
commit
09590edd95
79 changed files with 7100 additions and 100 deletions
31
stock/flags/chinese.svg
Normal file
31
stock/flags/chinese.svg
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<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>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue