This commit is contained in:
parent
b95e76eff4
commit
38b12c2681
|
@ -174,7 +174,7 @@ impl TextSvg {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn build(self)
|
||||
// pub fn build(self)
|
||||
|
||||
pub fn fill(mut self, color: impl Into<Color>) -> Self {
|
||||
self.fill = color.into();
|
||||
|
|
Loading…
Reference in a new issue