SVG Introduction
- Previous Page SVG Tutorial
- Next Page SVG Example
SVG is een taal die gebruikt wordt om tweedimensionale grafieken en tekenprogramma's te beschrijven met XML.
Basiskennis die je moet hebben voordat je begint:
Voordat je verder gaat, moet je een basisbegrip hebben van het volgende:
- HTML
- XML basis
Als je deze inhoud eerst wilt leren, bezoek dan deHoofdpaginaKies de juiste handleiding.
Wat is SVG?
- SVG staat voor Scalable Vector Graphics (Scalable Vector Graphics)
- SVG wordt gebruikt om vectorialle grafieken voor het web te definiëren
- SVG gebruikt het XML-formaat om grafieken te definiëren
- SVG-afbeeldingen verliezen hun grafische kwaliteit niet bij vergroten of krimpen van de grootte
- SVG is een standaard van de World Wide Web Consortium
- SVG en andere W3C-standaarden zoals DOM en XSL zijn een geheel
SVG is een aanbevolen standaard van W3C
SVG werd op 14 januari 2003 een aanbevolen standaard van W3C.
Voor meer informatie over de SVG-activiteiten van W3C, bezoek onze W3C Handleiding.
Geschiedenis en voordelen van SVG
In January 2003, SVG 1.1 was established as a W3C standard.
Organizations involved in defining SVG include: Sun Microsystems, Adobe, Apple Inc., IBM, and Kodak.
The advantages of using SVG over other image formats include:
- SVG can be read and modified by a very large number of tools (such as Notepad)
- Compared to JPEG and GIF images, SVG has smaller size and stronger compressibility
- SVG is scalable
- SVG images can be printed at any resolution with high quality
- SVG can be scaled without losing image quality
- Text in SVG images is optional and also searchable (very suitable for making maps)
- SVG can run with Java technology
- SVG is an open standard
- SVG files are pure XML
SVG's main competitor is Flash.
Compared to Flash, the biggest advantage of SVG is its compatibility with other standards (such as XSL and DOM), while Flash is an unopen-source private technology.
View SVG Files
Today, all browsers support SVG files, except for Internet Explorer that requires an installed plugin. The plugin is free, such as Adobe SVG Viewer.
- Previous Page SVG Tutorial
- Next Page SVG Example