// Parts taken from 生于斯's fork of this repository:
// https://github.com/shengyusi-SYS/bevy_svg_ui
usebevy::prelude::*;/// A colour tint to apply to an SVG when rendering.
/// This will be multiplied with the SVG's original colours.
#[derive(Component, Clone, Copy, Debug, Default, PartialEq)]pubstructSvgColor(pub Color);