Remove double constrained call
This commit is contained in:
parent
6f0efec146
commit
ed88f52619
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ impl Svg {
|
|||
Self::new(style.asset)
|
||||
.with_color(style.color)
|
||||
.constrained()
|
||||
.constrained()
|
||||
.with_width(style.dimensions.width)
|
||||
.with_height(style.dimensions.height)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue