标签: c# windows-phone-7 svg windows-phone-8
我已经google了一些答案,但它并没有为我提供任何有用的东西。 是否可以在Windows Phone 8中的Image控件中使用png(jpeg或任何其他光栅图形格式)等svg文件?结果类似于以下(不工作)代码:
<Image Margin="0,0,0,-19" Source="/Assets/SVG/image.svg" Stretch="Fill" HorizontalAlignment="Center"/>
答案 0 :(得分:4)
我不认为Windows Phone本身支持SVG(可能在IE10移动版中除外)。但是,您可以使用Inkscape等工具轻松将SVG图像转换为XAML。