| <b>The images of the SVG <feimage> elements should be rotated respecting their EXIF orientation.</b> |
| <img src="resources/exif-orientation-1-ul.jpg"> |
| <img src="resources/exif-orientation-1-ul.jpg" style="transform: scaleX(-1);"> |
| <img src="resources/exif-orientation-1-ul.jpg" style="transform: rotate(180deg);"> |
| <img src="resources/exif-orientation-1-ul.jpg" style="transform: scaleX(-1) rotate(180deg);"> |
| <img src="resources/exif-orientation-1-ul.jpg" style="transform: translate(-25px, 25px) rotate(90deg) scaleY(-1);"> |
| <br>Rotated 90° CCW and flipped vertically |
| <img src="resources/exif-orientation-1-ul.jpg" style="transform: translate(-25px, 25px) rotate(90deg);"> |
| <img src="resources/exif-orientation-1-ul.jpg" style="transform: translate(-25px, 25px) rotate(270deg) scaleY(-1);"> |
| <br>Rotated 90° CW and flipped vertically |
| <img src="resources/exif-orientation-1-ul.jpg" style="transform: translate(-25px, 25px) rotate(270deg);"> |
| <img src="resources/exif-orientation-1-ul.jpg"> |
| <br>Undefined (invalid value) |