What is the difference between .xaml and .svg?
- Extension
- .xaml
- .svg
- Format
- Text
- Category
- Vector Image
- Vector Image
- Developer
- Microsoft
- Adobe Systems
- Description
- 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.
- 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.
- MIME Type
- application/xaml+xml
- image/svg+xml
- Sample
- sample.svg
- Wikipedia
- .xaml on Wikipedia
- .svg on Wikipedia