example images: added rotlines.svg (#796)

This commit is contained in:
Michal Maciola 2021-09-10 13:31:20 +02:00 committed by GitHub
parent e62f8a0db4
commit 150cff0fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<g transform="rotate(-45 50 50)">
<rect x="35%" width="10%" height="100%" fill="black"/>
<rect x="45%" width="10%" height="100%" fill="red"/>
<rect x="55%" width="10%" height="100%" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 288 B