This month in Servo: color inputs, SVG, embedder JS, and more! - June 2025
This month in Servo: color inputs, SVG, embedder JS, and more! - June 2025

servo.org
This month in Servo: color inputs, SVG, embedder JS, and more! - Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

Two big pieces of news for images in Servo this month:
- We now display animated GIFs in all their animated glory (@rayguo17, #36286)! This work required careful architecting to integrate with existing animation mechanisms in the engine without incurring unnecessary CPU usage
- We support loading SVG images in
<img src>
(@mukilan, @mrobinson, #36721).