Character image metadata for image/svg+xml type images.

interface WKRadicalCharacterImageSvgMetadata {
    inline_styles: boolean;
    color?: undefined;
    dimensions?: undefined;
    style_name?: undefined;
}

Properties

inline_styles: boolean

The SVG asset contains built-in CSS styling.

color?: undefined

A character image of type image/svg+xml will never have its color property defined.

dimensions?: undefined

A character image of type image/svg+xml will never have its dimensions property defined.

style_name?: undefined

A character image of type image/svg+xml will never have its style_name property defined.