Discussion: Svg Image Source viewer is incomplete #5724
Labels
area-Images
Images, SVG
discussion
General discussion
no-issue-activity
team-Rendering
Issue for the Rendering team
Discussion: Svg Image Source viewer is incomplete images overflow
when inserting an svg image into a container it overflows due to not knowing the actual measurements.
this line what it does is obtain the real measurements of the svg image so that it does not come out cut
<Image Grid.Column="0" Grid.Row="0" Source="{Binding Icon1}" Visibility="Visible" Width="32" Height="32" VerticalAlignment="Center" HorizontalAlignment="Center" Stretch="UniformToFill"></Image>
the problem is that this code runs very slow. there is no native way for this not to happen?
Related Links
https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.media.imaging.svgimagesource?view=winui-3.0
The text was updated successfully, but these errors were encountered: