mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
example images: added rotlines.svg (#796)
This commit is contained in:
parent
e62f8a0db4
commit
150cff0fd5
1 changed files with 7 additions and 0 deletions
7
src/examples/images/rotlines.svg
Normal file
7
src/examples/images/rotlines.svg
Normal 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 |
Loading…
Add table
Reference in a new issue