What is the difference between .svg and .xaml?
- Extension
- .svg
- .xaml
- Format
- Text
- Category
- Vector Image
- Developer
- Developer
- Adobe Systems
- Microsoft
- Description
- An SVG file is a graphics file that uses a two-dimensional vector graphic format created by the World Wide Web Consortium (W3C). It describes images using a text format that is based on XML. SVG files are developed as a standard format for displaying vector graphics on the web.
- Extensible Application Markup Language file that uses Windows Presentation Foundation (WPF) code; XAML (pronounced "zammel") is a descriptive programming language developed by Microsoft for creating user interfaces; introduced during the development stages of Longhorn, which is now Windows Vista.
- MIME Type
- image/svg+xml
- application/xaml+xml
- Sample
- sample.svg
- Wikipedia
- .svg on Wikipedia
- .xaml on Wikipedia