| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"> | |
| <rect x="10" y="10" width="80" height="80" fill="blue"/> | |
| <rect style="transform: rotate(15deg);" x="130" y="30" width="80" height="80" fill="green"/> | |
| <rect x="250" y="10" width="80" height="80" fill="red"/> | |
| </svg> |