Dodatkowe wersje językowe z AI

This commit is contained in:
2026-09-25 18:04:28 +02:00
parent a381ad09d8
commit 4fde92d323
23 changed files with 1231 additions and 148 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480">
<rect width="640" height="480" fill="#c60b1e"/>
<rect width="640" height="240" y="120" fill="#ffc400"/>
</svg>

After

Width:  |  Height:  |  Size: 178 B

+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480">
<rect width="213.3" height="480" fill="#009246"/>
<rect width="213.3" height="480" x="213.3" fill="#fff"/>
<rect width="213.4" height="480" x="426.6" fill="#ce2b37"/>
</svg>

After

Width:  |  Height:  |  Size: 243 B

+13
View File
@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480">
<rect width="640" height="480" fill="#fff"/>
<circle cx="320" cy="240" r="120" fill="none" stroke="#cd2e3a" stroke-width="48"/>
<circle cx="320" cy="240" r="40" fill="#0047a0"/>
<g fill="#0047a0">
<circle cx="320" cy="168" r="10"/>
<circle cx="370" cy="205" r="10"/>
<circle cx="370" cy="275" r="10"/>
<circle cx="320" cy="312" r="10"/>
<circle cx="270" cy="275" r="10"/>
<circle cx="270" cy="205" r="10"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 516 B