Migration Gitea
This commit is contained in:
parent
1d1d42b8d9
commit
287278c370
40
work_chinese/PPT04122025/pptx_build/pattern_geometric.svg
Normal file
40
work_chinese/PPT04122025/pptx_build/pattern_geometric.svg
Normal file
@ -0,0 +1,40 @@
|
||||
<svg width="200" height="405" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Art Deco Italian geometric pattern -->
|
||||
<defs>
|
||||
<!-- Repeating pattern unit -->
|
||||
<pattern id="artDecoPattern" x="0" y="0" width="60" height="60" patternUnits="userSpaceOnUse">
|
||||
<!-- Diagonal lines -->
|
||||
<line x1="0" y1="0" x2="60" y2="60" stroke="#D4AF37" stroke-width="0.5" opacity="0.15"/>
|
||||
<line x1="60" y1="0" x2="0" y2="60" stroke="#D4AF37" stroke-width="0.5" opacity="0.15"/>
|
||||
|
||||
<!-- Small diamonds -->
|
||||
<rect x="25" y="25" width="10" height="10" fill="none" stroke="#D4AF37" stroke-width="0.5" opacity="0.2" transform="rotate(45 30 30)"/>
|
||||
</pattern>
|
||||
|
||||
<!-- Venetian chevron pattern -->
|
||||
<pattern id="chevronPattern" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse">
|
||||
<polyline points="0,20 20,0 40,20" fill="none" stroke="#D4AF37" stroke-width="0.8" opacity="0.12"/>
|
||||
<polyline points="0,40 20,20 40,40" fill="none" stroke="#D4AF37" stroke-width="0.8" opacity="0.12"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
|
||||
<!-- Background with subtle pattern -->
|
||||
<rect width="200" height="405" fill="url(#artDecoPattern)" opacity="0.6"/>
|
||||
|
||||
<!-- Decorative border elements -->
|
||||
<line x1="0" y1="0" x2="0" y2="405" stroke="#D4AF37" stroke-width="1" opacity="0.15"/>
|
||||
|
||||
<!-- Accent squares positioned artistically -->
|
||||
<rect x="140" y="50" width="30" height="30" fill="none" stroke="#D4AF37" stroke-width="1.2" opacity="0.25"/>
|
||||
<rect x="30" y="150" width="20" height="20" fill="none" stroke="#D4AF37" stroke-width="1" opacity="0.2"/>
|
||||
<rect x="160" y="250" width="25" height="25" fill="none" stroke="#D4AF37" stroke-width="1" opacity="0.22"/>
|
||||
|
||||
<!-- Small decorative diamonds -->
|
||||
<rect x="90" y="90" width="15" height="15" fill="none" stroke="#D4AF37" stroke-width="0.8" opacity="0.18" transform="rotate(45 97.5 97.5)"/>
|
||||
<rect x="120" y="320" width="18" height="18" fill="none" stroke="#D4AF37" stroke-width="0.8" opacity="0.18" transform="rotate(45 129 329)"/>
|
||||
|
||||
<!-- Subtle horizontal accents -->
|
||||
<line x1="20" y1="100" x2="180" y2="100" stroke="#D4AF37" stroke-width="0.5" opacity="0.1"/>
|
||||
<line x1="20" y1="200" x2="180" y2="200" stroke="#D4AF37" stroke-width="0.5" opacity="0.1"/>
|
||||
<line x1="20" y1="300" x2="180" y2="300" stroke="#D4AF37" stroke-width="0.5" opacity="0.1"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue
Block a user