Remove double constrained call

This commit is contained in:
Antonio Scandurra 2023-06-23 09:23:52 +02:00
parent 6f0efec146
commit ed88f52619

View File

@ -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)
}