Infinix Dicom Viewer -
<div class="control-group"> <label>🔄 Rotation & Flip</label> <button id="rotateLeftBtn">Rotate Left</button> <button id="rotateRightBtn">Rotate Right</button> <button id="flipHBtn">Flip H</button> <button id="flipVBtn">Flip V</button> </div> </div>
.header h1 font-size: 28px; margin-bottom: 5px; Infinix Dicom Viewer
.control-group input width: 100%; padding: 8px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; 🔄 Rotation & Flip<
.canvas-container display: flex; justify-content: center; align-items: center; background: #1a1a1a; border-radius: 10px; overflow: auto; min-height: 500px; position: relative; .header h1 font-size: 28px