remove unfinished fn
This commit is contained in:
parent
b95e76eff4
commit
38b12c2681
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue