making some text_svg changes
This commit is contained in:
parent
44e8bc4683
commit
1a2ff0a4bc
3 changed files with 69 additions and 35 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue