Crate svg_to_ico [] [src]

svg_to_ico

Simple SVG to ICO conversion.

SVG images are parsed and rasterised using Nano SVG, which is restricted to rendering flat filled shapes.

This crate provides a single function to create an ICO file from an SVG file.

Enums

Error

Error returned when creating an ICO file from an SVG file fails.

Functions

svg_to_ico

Create a new ICO file from given SVG file.