remove unfinished fn
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-05-08 15:15:36 -05:00
parent b95e76eff4
commit 38b12c2681

View file

@ -174,7 +174,7 @@ impl TextSvg {
} }
} }
pub fn build(self) // pub fn build(self)
pub fn fill(mut self, color: impl Into<Color>) -> Self { pub fn fill(mut self, color: impl Into<Color>) -> Self {
self.fill = color.into(); self.fill = color.into();