Files
Projekcija/web/static/favicon.svg

30 lines
1.4 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<!-- ozadje (temna stena) -->
<rect width="512" height="512" fill="#2c2f33"/>
<!-- okvir projekcijskega platna (črn mat okvir) -->
<rect x="96" y="80" width="320" height="352" rx="12" fill="#1a1c20" stroke="#111" stroke-width="8"/>
<!-- notranji okvir (rahlo svetlejši rob) -->
<rect x="104" y="88" width="304" height="336" rx="8" fill="#22252a"/>
<!-- projekcijsko platno rahlo svetlejše sivo z gradientom za "zasvetlitev" -->
<defs>
<linearGradient id="platnoGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#e8ecef"/>
<stop offset="40%" stop-color="#d8e0e5"/>
<stop offset="70%" stop-color="#c8d4db"/>
<stop offset="100%" stop-color="#b0c0ca"/>
</linearGradient>
</defs>
<rect x="112" y="96" width="288" height="320" rx="6" fill="url(#platnoGrad)"/>
<!-- rahla senca / val na platnu za občutek zavese -->
<path d="M112 96 Q 256 160 400 96 L400 416 L112 416 Z" fill="rgba(0,0,0,0.12)" opacity="0.6"/>
<!-- subtilni highlight na vrhu (kot da prihaja svetloba od projektorja) -->
<rect x="112" y="96" width="288" height="60" fill="white" opacity="0.12"/>
<!-- tanka črna črta na dnu (kot da je platno rahlo napeto) -->
<line x1="112" y1="412" x2="400" y2="412" stroke="#111" stroke-width="4"/>
</svg>