making some text_svg changes

This commit is contained in:
Chris Cochrun 2025-05-04 22:40:18 -05:00
parent 44e8bc4683
commit 1a2ff0a4bc
3 changed files with 69 additions and 35 deletions

View file

@ -12,7 +12,15 @@ use tracing::error;
use super::songs::Song;
#[derive(
Clone, Copy, Debug, Default, PartialEq, Eq, Serialize, Deserialize,
Clone,
Copy,
Debug,
Default,
PartialEq,
Eq,
Serialize,
Deserialize,
Hash,
)]
pub enum TextAlignment {
TopLeft,