diff --git a/src/ui/text_svg.rs b/src/ui/text_svg.rs index 47dcbae..4401004 100644 --- a/src/ui/text_svg.rs +++ b/src/ui/text_svg.rs @@ -174,7 +174,7 @@ impl TextSvg { } } - pub fn build(self) + // pub fn build(self) pub fn fill(mut self, color: impl Into) -> Self { self.fill = color.into();