Add support for SVG image decoding and rendering in client/canvas/image_codec.
- Implement SVG decoder to parse SVG images.
- Render SVG images to Canvas.
- Ensure compatibility with existing image decoding pipeline.
- Provide basic test cases.
This feature will enable richer image type support and improve canvas flexibility.