fbpx
Wikipedia

SVG

SVG (Scalable Vector Graphics) is an XML-based vector image format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium since 1999.

SVG
Filename extensions.svg, .svgz
Internet media typeimage/svg+xml[1][2]
Uniform Type Identifier (UTI)public.svg-image
Developed byW3C
Initial release4 September 2001 (22 years ago) (2001-09-04)
Latest release
1.1 (Second Edition)
16 August 2011; 12 years ago (2011-08-16)
Type of formatVector graphics
Extended fromXML
StandardW3C SVG
Open format?Yes
Websitewww.w3.org/Graphics/SVG/

SVG images are defined in a vector graphics format and stored in XML text files. SVG images can thus be scaled in size without loss of quality, and SVG files can be searched, indexed, scripted, and compressed. The XML text files can be created and edited with text editors or vector graphics editors, and are rendered by the most-used web browsers.

Early adoption was limited due to lack of support in older versions of Internet Explorer. However, as of 2011, all major desktop browsers began to support SVG. Native browser support offers various advantages, such as not requiring plugins, allowing SVG to be mixed with other content, and improving rendering and scripting reliability. Mobile support for SVG exists in various forms, with different devices and browsers supporting SVG Tiny 1.1 or 1.2. SVG can be produced using vector graphics editors and rendered into raster formats. In web-based applications, Inline SVG allows embedding SVG content within HTML documents.

Despite its benefits, SVG can pose security risks if used for images, as it can host scripts or CSS, potentially leading to cross-site scripting attacks or other vulnerabilities.

History edit

SVG has been in development within the World Wide Web Consortium (W3C) since 1999 after six competing proposals for vector graphics languages had been submitted to the consortium during 1998 (see below).[3]

The early SVG Working Group decided not to develop any of the commercial submissions, but to create a new markup language that was informed by but not really based on any of them.[3]

SVG was developed by the W3C SVG Working Group starting in 1998, after six competing vector graphics submissions were received that year:

The working group was chaired at the time by Chris Lilley of the W3C.

The SVG specification was updated to version 1.1 in 2011. Scalable Vector Graphics 2 became a W3C Candidate Recommendation on 15 September 2016. SVG 2 incorporates several new features in addition to those of SVG 1.1 and SVG Tiny 1.2.[9]

Version 1.x edit

  • SVG 1.0 became a W3C Recommendation on 4 September 2001.[10]
  • SVG 1.1 became a W3C Recommendation on 14 January 2003.[11] The SVG 1.1 specification is modularized in order to allow subsets to be defined as profiles. Apart from this, there is very little difference between SVG 1.1 and SVG 1.0.
    • SVG Tiny and SVG Basic (the Mobile SVG Profiles) became W3C Recommendations on 14 January 2003. These are described as profiles of SVG 1.1.[12]
  • SVG Tiny 1.2 became a W3C Recommendation on 22 December 2008.[13] It was initially drafted as a profile of the planned SVG Full 1.2 (which has since been dropped in favor of SVG 2),[14] but was later refactored as a standalone specification. It is generally poorly supported.
  • SVG 1.1 Second Edition, which includes all the errata and clarifications, but no new features to the original SVG 1.1 was released on 16 August 2011.[15]
  • SVG Tiny 1.2 Portable/Secure, A more secure subset of the SVG Tiny 1.2 profile introduced as an IETF draft standard on 29 July 2020.[16] Also known as SVG Tiny P/S. SVG Tiny 1.2 Portable/Secure is a requirement of the BIMI draft standard.[17]

Version 2 edit

SVG 2 removes or deprecates some features of SVG 1.1 and incorporates new features from HTML5 and Web Open Font Format:[18]

  • For example, SVG 2 removes several font elements such as glyph and altGlyph (replaced by the WOFF font format).
  • The xml:space attribute is deprecated in favor of CSS.
  • HTML5 features such as translate and data-* attributes have been added.
  • Text handling features from SVG Tiny 1.2 are annotated as to be included, but not yet formalized in text.[19] Some other 1.2 features are cherry picked in,[18] but SVG 2 is not a superset of SVG tiny 1.2 in general.

SVG 2 reached the Candidate Recommendation stage on 15 September 2016,[20] and revised versions were published on 7 August 2018 and 4 October 2018.[21] The latest draft was released on 21 March 2022.[22]

Features edit

 
This image illustrates the difference between bitmap and vector images. The bitmap image is composed of a fixed set of pixels, while the vector image is composed of a fixed set of shapes. In the picture, scaling the bitmap reveals the pixels while scaling the vector image preserves the shapes.

SVG supports interactivity, animation, and rich graphical capabilities, making it suitable for both web and print applications. SVG images can be compressed with the gzip algorithm, resulting in SVGZ files that are typically 20-50% smaller than the original. SVG also supports metadata, enabling better indexing, searching, and retrieval of SVG content.

SVG allows three types of graphic objects: vector graphic shapes (such as paths consisting of straight lines and curves), bitmap images, and text. Graphical objects can be grouped, styled, transformed and composited into previously rendered objects. The feature set includes nested transformations, clipping paths, alpha masks, filter effects and template objects. SVG drawings can be interactive and can include animation, defined in the SVG XML elements or via scripting that accesses the SVG Document Object Model (DOM).

SVG uses CSS for styling and JavaScript for scripting. Text, including internationalization and localization, appearing in plain text within the SVG DOM, enhances the accessibility of SVG graphics.[15]

Printing edit

Though the SVG Specification primarily focuses on vector graphics markup language, its design includes the basic capabilities of a page description language like Adobe's PDF. It contains provisions for rich graphics, and is compatible with CSS for styling purposes. SVG has the information needed to place each glyph and image in a chosen location on a printed page.[23]

Scripting and animation edit

SVG drawings can be dynamic and interactive. Time-based modifications to the elements can be described in SMIL, or can be programmed in a scripting language (e.g. JavaScript). The W3C explicitly recommends SMIL as the standard for animation in SVG.[24]

A rich set of event handlers such as "onmouseover" and "onclick" can be assigned to any SVG graphical object to apply actions and events.

Mobile profiles edit

Because of industry demand, two mobile profiles were introduced with SVG 1.1: SVG Tiny (SVGT) and SVG Basic (SVGB).

These are subsets of the full SVG standard, mainly intended for user agents with limited capabilities. In particular, SVG Tiny was defined for highly restricted mobile devices such as cellphones; it does not support styling or scripting.[25] SVG Basic was defined for higher-level mobile devices, such as smartphones.

In 2003, the 3GPP, an international telecommunications standards group, adopted SVG Tiny as the mandatory vector graphics media format for next-generation phones. SVGT is the required vector graphics format and support of SVGB is optional for Multimedia Messaging Service (MMS) and Packet-switched Streaming Service.[26][27][28] It was later[when?] added as required format for vector graphics in 3GPP IP Multimedia Subsystem (IMS).[29][30]

Neither mobile profile includes support for the full Document Object Model (DOM), while only SVG Basic has optional support for scripting, but because they are fully compatible subsets of the full standard, most SVG graphics can still be rendered by devices which only support the mobile profiles.[31]

SVGT 1.2 adds a microDOM (μDOM), styling and scripting.[25] SVGT 1.2 also includes some features not found in SVG 1.1, including non-scaling strokes, which are supported by some SVG 1.1 implementations, such as Opera, Firefox and WebKit. As shared code bases between desktop and mobile browsers increased, the use of SVG 1.1 over SVGT 1.2 also increased.

Compression edit

SVG images, being XML, contain many repeated fragments of text, so they are well suited for lossless data compression algorithms. When an SVG image has been compressed with the gzip algorithm, it is referred to as an "SVGZ" image and uses the corresponding .svgz filename extension. Conforming SVG 1.1 viewers will display compressed images.[32] An SVGZ file is typically 20 to 50 percent of the original size.[33] W3C provides SVGZ files to test for conformance.[34]

Design edit

The SVG 1.1 specification defines 14 functional areas or feature sets:[11]

Paths
Simple or compound shape outlines are drawn with curved or straight lines that can be filled in, outlined, or used as a clipping path. Paths have a compact coding.
For example, M (for "move to") precedes initial numeric x and y coordinates, and L (for "line to") precedes a point to which a line should be drawn. Further command letters (C, S, Q, T, and A) precede data that is used to draw various Bézier and elliptical curves. Z is used to close a path.
In all cases, absolute coordinates follow capital letter commands and relative coordinates are used after the equivalent lower-case letters.[35]
Basic shapes
Straight-line paths and paths made up of a series of connected straight-line segments (polylines), as well as closed polygons, circles, and ellipses can be drawn. Rectangles and round-cornered rectangles are also standard elements.[36]
Text
Unicode character text included in an SVG file is expressed as XML character data. Many visual effects are possible, and the SVG specification automatically handles bidirectional text (for composing a combination of English and Arabic text, for example), vertical text (as Chinese or Japanese may be written) and characters along a curved path (such as the text around the edge of the Great Seal of the United States).[37]
Painting
SVG shapes can be filled and outlined (painted with a color, a gradient, or a pattern). Fills may be opaque, or have any degree of transparency.
"Markers" are line-end features, such as arrowheads, or symbols that can appear at the vertices of a polygon.[38]
Color
Colors can be applied to all visible SVG elements, either directly or via fill, stroke, and other properties. Colors are specified in the same way as in CSS2, i.e. using names like black or blue, in hexadecimal such as #2f0 or #22ff00, in decimal like rgb(255,255,127), or as percentages of the form rgb(100%,100%,50%).[39]
Gradients and patterns
SVG shapes can be filled or outlined with solid colors as above, or with color gradients or with repeating patterns. Color gradients can be linear or radial (circular), and can involve any number of colors as well as repeats. Opacity gradients can also be specified. Patterns are based on predefined raster or vector graphic objects, which can be repeated in x and y directions. Gradients and patterns can be animated and scripted.[40]
Since 2008, there has been discussion[41][42] among professional users of SVG that either gradient meshes or preferably diffusion curves could usefully be added to the SVG specification. It is said that a "simple representation [using diffusion curves] is capable of representing even very subtle shading effects"[43] and that "Diffusion curve images are comparable both in quality and coding efficiency with gradient meshes, but are simpler to create (according to several artists who have used both tools), and can be captured from bitmaps fully automatically."[44] The current draft of SVG 2 includes gradient meshes.[45]
Clipping, masking and compositing
Graphic elements, including text, paths, basic shapes and combinations of these, can be used as outlines to define both inside and outside regions that can be painted (with colors, gradients and patterns) independently. Fully opaque clipping paths and semi-transparent masks are composited together to calculate the color and opacity of every pixel of the final image, using alpha blending.[46]
Filter effects[47]
A filter effect consists of a series of graphics operations that are applied to a given source vector graphic to produce a modified bitmapped result.
Interactivity
SVG images can interact with users in many ways. In addition to hyperlinks as mentioned below, any part of an SVG image can be made receptive to user interface events such as changes in focus, mouse clicks, scrolling or zooming the image and other pointer, keyboard and document events. Event handlers may start, stop or alter animations as well as trigger scripts in response to such events.[48]
Linking
SVG images can contain hyperlinks to other documents, using XLink. Through the use of the <view> element or a fragment identifier, URLs can link to SVG files that change the visible area of the document. This allows for creating specific view states that are used to zoom in/out of a specific area or to limit the view to a specific element. This is helpful when creating sprites. XLink support in combination with the <use> element also allow linking to and re-using internal and external elements. This allows coders to do more with less markup and makes for cleaner code.[49]
Scripting
All aspects of an SVG document can be accessed and manipulated using scripts in a similar way to HTML. The default scripting language is JavaScript and there are defined Document Object Model (DOM) objects for every SVG element and attribute. Scripts are enclosed in <script> elements. They can run in response to pointer events, keyboard events and document events as required.[50]
Animation
SVG content can be animated using the built-in animation elements such as <animate>, <animateMotion> and <animateColor>. Content can be animated by manipulating the DOM using ECMAScript and the scripting language's built-in timers. SVG animation has been designed to be compatible with current and future versions of Synchronized Multimedia Integration Language (SMIL). Animations can be continuous, they can loop and repeat, and they can respond to user events, as mentioned above.[51]
Fonts
As with HTML and CSS, text in SVG may reference external font files, such as system fonts. If the required font files do not exist on the machine where the SVG file is rendered, the text may not appear as intended. To overcome this limitation, text can be displayed in an SVG font, where the required glyphs are defined in SVG as a font that is then referenced from the <text> element.[52]
Metadata
In accord with the W3C's Semantic Web initiative, SVG allows authors to provide metadata about SVG content. The main facility is the <metadata> element, where the document can be described using Dublin Core metadata properties (e.g. title, creator/author, subject, description, etc.). Other metadata schemas may also be used. In addition, SVG defines <title> and <desc> elements where authors may also provide plain-text descriptive material within an SVG image to help indexing, searching and retrieval by a number of means.[53]

An SVG document can define components including shapes, gradients etc., and use them repeatedly. SVG images can also contain raster graphics, such as PNG and JPEG images, and further SVG images.

 

This code will produce the colored shapes shown in the image, excluding the grid and labels:

<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="391" height="391" viewBox="-70.5 -70.5 391 391" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect fill="#fff" stroke="#000" x="-70" y="-70" width="390" height="390"/> <g opacity="0.8">  <rect x="25" y="25" width="200" height="200" fill="lime" stroke-width="4" stroke="pink" />  <circle cx="125" cy="125" r="75" fill="orange" />  <polyline points="50,150 50,200 200,200 200,100" stroke="red" stroke-width="4" fill="none" />  <line x1="50" y1="50" x2="200" y2="200" stroke="blue" stroke-width="4" /> </g> </svg> 

Implementation edit

The use of SVG on the web was limited by the lack of support in older versions of Internet Explorer (IE). Many websites that serve SVG images also provide the images in a raster format, either automatically by HTTP content negotiation or by allowing the user directly to choose the file.

Web browsers edit

Konqueror was the first browser to support SVG in release version 3.2 in February 2004.[54] As of 2011, all major desktop browsers, and many minor ones, have some level of SVG support. Other browsers' implementations are not yet complete; see comparison of layout engines for further details.

Some earlier versions of Firefox (e.g. versions between 1.5 and 3.6[55]), as well as a smattering of other now-outdated web browsers capable of displaying SVG graphics, needed them embedded in <object> or <iframe> elements to display them integrated as parts of an HTML webpage instead of using the standard way of integrating images with <img>.[56] However, SVG images may be included in XHTML pages using XML namespaces.[57]

Tim Berners-Lee, the inventor of the World Wide Web, was critical of early versions of Internet Explorer for its failure to support SVG.[58]

  • Opera (since 8.0) has support for the SVG 1.1 Tiny specification, while Opera 9 includes SVG 1.1 Basic support and some of SVG 1.1 Full. Opera 9.5 has partial SVG Tiny 1.2 support. It also supports SVGZ (compressed SVG).
  • Browsers based on the Gecko layout engine (such as Firefox, Flock, Camino, and SeaMonkey) all have had incomplete support for the SVG 1.1 Full specification since 2005. The Mozilla site has an overview of the modules which are supported in Firefox[59] and of the modules which are in development.[60] Gecko 1.9, included in Firefox 3.0, adds support for more of the SVG specification (including filters).[61]
  • Pale Moon, which uses the Goanna layout engine (a fork of the Gecko engine), supports SVG.
  • Browsers based on WebKit (such as Apple's Safari, Google Chrome, and The Omni Group's OmniWeb) have had incomplete support for the SVG 1.1 Full specification since 2006.[62]
  • Amaya has partial SVG support.
  • Internet Explorer 8 and older versions do not support SVG.[63][64] IE9 (released 14 March 2011) supports the basic SVG feature set.[65] IE10 extended SVG support by adding SVG 1.1 filters.[66]
  • Microsoft Edge Legacy supports SVG 1.1.[67]
  • The Maxthon Cloud Browser also supports SVG.[citation needed]

There are several advantages to native and full support: plugins are not needed, SVG can be freely mixed with other content in a single document, and rendering and scripting become considerably more reliable.[68]

Mobile devices edit

Support for SVG may be limited to SVGT on older or more limited smart phones or may be primarily limited by their respective operating system. Adobe Flash Lite has optionally supported SVG Tiny since version 1.1. At the SVG Open 2005 conference, Sun demonstrated a mobile implementation of SVG Tiny 1.1 for the Connected Limited Device Configuration (CLDC) platform.[69]

Mobiles that use Opera Mobile, as well as the iPhone's built in browser, also include SVG support. However, even though it used the WebKit engine, the Android built-in browser did not support SVG prior to v3.0 (Honeycomb).[70] Prior to v3.0, Firefox Mobile 4.0b2 (beta) for Android was the first browser running under Android to support SVG by default.[71]

The level of SVG Tiny support available varies from mobile to mobile, depending on the SVG engine installed. Many newer mobile products support additional features beyond SVG Tiny 1.1, like gradient and opacity; this is sometimes referred to as "SVGT 1.1+", though there is no such standard.

RIM's BlackBerry has built-in support for SVG Tiny 1.1 since version 5.0.[72] Support continues for WebKit-based BlackBerry Torch browser in OS 6 and 7.[73]

Nokia's S60 platform has built-in support for SVG. For example, icons are generally rendered using the platform's SVG engine. Nokia has also led the JSR 226: Scalable 2D Vector Graphics API expert group that defines Java ME API for SVG presentation and manipulation. This API has been implemented in S60 Platform 3rd Edition Feature Pack 1 and onward.[74] Some Series 40 phones also support SVG (such as Nokia 6280).[citation needed]

Most Sony Ericsson phones beginning with K700 (by release date) support SVG Tiny 1.1. Phones beginning with K750 also support such features as opacity and gradients. Phones with Sony Ericsson Java Platform-8 have support for JSR 226.[citation needed]

Windows Phone has supported SVG since version 7.5.

SVG is also supported on various mobile devices from Motorola, Samsung, LG, and Siemens mobile/BenQ-Siemens. eSVG, an SVG rendering library mainly written for embedded devices, is available on some mobile platforms.[75][76]

Authoring edit

SVG images can be produced by the use of a vector graphics editor, such as Inkscape, Adobe Illustrator, Adobe Flash Professional, or CorelDRAW, and rendered to common raster image formats such as PNG using the same software. Additionally, editors like Inkscape and Boxy SVG provide tools to trace raster images to Bézier curves typically using image tracing back-ends like potrace,[77] autotrace, and imagetracerjs.

Software can be programmed to render SVG images by using a library such as librsvg used by GNOME since 2000, Batik and Thor Vector Graphics (ThorVG) since 2020 for lightweight systems. SVG images can also be rendered to any desired popular image format by using ImageMagick, a free command-line utility (which also uses librsvg under the hood).

For web-based applications, the mode of usage termed Inline SVG allows SVG content to be embedded within an HTML document using an <svg> tag. Its graphical capabilities can then be employed to create sophisticated user interfaces as the SVG and HTML share context, event handling, and CSS.

Other uses for SVG include embedding for use in word processing (e.g. with LibreOffice) and desktop publishing (e.g. Scribus), plotting graphs (e.g. gnuplot), and importing paths (e.g. for use in GIMP or Blender). The application services Microsoft 365 and Microsoft Office 2019 offer support for exporting,[78] importing and editing SVG images. The Uniform Type Identifier for SVG used by Apple is public.svg-image and conforms to public.image and public.xml.

Security edit

As a document format, similar to HTML documents, SVG can host script or CSS. This is an issue when an attacker can upload a SVG file to a website, such as a profile picture, and the file is treated as a normal picture but contains malicious content.[79] For instance, if an SVG file is deployed as a CSS background image, or a logo on some website, or in some image gallery, then when the image is loaded in a browser it activates a script or other content. This could lock up the browser (the Billion laughs attack), but could also lead to HTML injection and cross-site scripting attacks. The W3C therefore stipulate certain requirements when SVG is simply used for images: SVG Security.[80]

The W3C says that Inline SVG (an SVG file loaded natively on a website) is considered less of a security risk because the content is part of a greater document, and so scripting and CSS would not be unexpected.[80]

Related work edit

The MPEG-4 Part 20 standard - Lightweight Application Scene Representation (LASeR) and Simple Aggregation Format (SAF) is based on SVG Tiny.[81] It was developed by MPEG (ISO/IEC JTC 1/SC29/WG11) and published as ISO/IEC 14496-20:2006.[82] SVG capabilities are enhanced in MPEG-4 Part 20 with key features for mobile services, such as dynamic updates, binary encoding, state-of-art font representation.[83] SVG was also accommodated in MPEG-4 Part 11, in the Extensible MPEG-4 Textual (XMT) format - a textual representation of the MPEG-4 multimedia content using XML.[84]

See also edit

References edit

  1. ^ "Media Type Registration for image/svg+xml". W3C. Retrieved 5 February 2014.
  2. ^ St. Laurent, Simon; Makoto, Murata; Kohn, Dan (January 2001). "XML Media Types". IETF Datatracker. doi:10.17487/RFC3023. Retrieved 5 February 2014.
  3. ^ a b c "Secret Origin of SVG". World Wide Web Consortium. 21 December 2007. Retrieved 1 January 2011.
  4. ^ "Schematic Graphics". W3C.
  5. ^ Al-Shamma, Nabeel; Robert Ayers; Richard Cohn; Jon Ferraiolo; Martin Newell; Roger K. de Bry; Kevin McCluskey; Jerry Evans (10 April 1998). "Precision Graphics Markup Language (PGML)". W3C. Retrieved 8 May 2009.
  6. ^ Mathews, Brian; Brian Dister; John Bowler; Howard Cooper stein; Ajay Jindal; Tuan Nguyen; Peter Wu; Troy Sandal (13 May 1998). "Vector Markup Language (VML)". W3C. Retrieved 8 May 2009.
  7. ^ "Hyper Graphics Markup Language (HGML)". W3C.
  8. ^ "WebCGM Profile". xml.coverpages.org.
  9. ^ "Scalable Vector Graphics (SVG) 2". W3C. Retrieved 28 January 2017.
  10. ^ Ferraiolo, Jon (4 September 2001). "Scalable Vector Graphics (SVG) 1.0 Specification". World Wide Web Consortium. Retrieved 24 February 2010.
  11. ^ a b Ferraiolo, Jon (16 August 2011). "Scalable Vector Graphics (SVG) 1.1 Specification". World Wide Web Consortium. Retrieved 14 April 2016.
  12. ^ Capin, Tolga (15 June 2009). "Mobile SVG Profiles: SVG Tiny and SVG Basic". World Wide Web Consortium. Retrieved 24 October 2010.
  13. ^ Andersson, Ola (22 December 2008). "Scalable Vector Graphics (SVG) Tiny 1.2 Specification". World Wide Web Consortium. Retrieved 24 February 2010.
  14. ^ Dengler, Patrick (8 July 2010). "Getting to SVG 2.0: A report from the SVG Working Group Face-to-Face (May 24th – June 1st 2010)". Microsoft Developer Network. Microsoft. Retrieved 26 August 2010.
  15. ^ a b "Scalable Vector Graphics (SVG) 1.1 (Second Edition)". W3C.
  16. ^ Brotman, Alex; Adams, J. Trent. "SVG Tiny Portable/Secure". Ietf Datatracker. Retrieved 9 February 2021.
  17. ^ "Implementation Guide". BIMI Group. Retrieved 9 February 2021.
  18. ^ a b "Appendix K: Changes from SVG 1.1". World Wide Web Consortium. 26 May 2020. Retrieved 31 December 2020.
  19. ^ "Chapter 11: Text". World Wide Web Consortium. 26 May 2020. Retrieved 31 December 2020.
  20. ^ "Scalable Vector Graphics (SVG) 2". World Wide Web Consortium. 15 September 2016. Retrieved 17 August 2021.
  21. ^ "Scalable Vector Graphics (SVG) 2". World Wide Web Consortium. 4 October 2018. Retrieved 17 August 2021.
  22. ^ "Scalable Vector Graphics (SVG) 2". World Wide Web Consortium. 21 March 2022. Retrieved 29 April 2022.
  23. ^ Alex, Danilo; Fujisawa, Jun (2002). "SVG as a Page Description Language". svgopen.org. Retrieved 24 February 2010.
  24. ^ Paul, Festa (9 January 2003). "W3C releases scripting standard, caveat". CNet. Retrieved 24 February 2010.
  25. ^ a b "SVG Tiny 1.2". Scalable Vector Graphics (SVG) Tiny 1.2 Specification. W3C. 22 December 2008. Retrieved 5 March 2014.
  26. ^ "SVG in 3GPP Multimedia Messaging and Streaming Services (version March 2003)". SVG Open. 2003. Retrieved 19 October 2009.
  27. ^ "3GPP Multimedia Messaging Service (MMS); Media formats and codecs (Release 5); 3GPP TS 26.140 V5.2.0 (2002-12); Technical Specification" (zipped doc). 3GPP. 2 January 2003. Retrieved 25 February 2010.
  28. ^ "3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Multimedia Messaging Service (MMS); Media formats and codecs (Release 5)" (zipped doc). 3GPP TS 26.140 V5.2.0 (2002-12). 3GPP. March 2003. Retrieved 24 February 2010.
  29. ^ "3GPP Specification detail - 3GPP TS 26.141: IP Multimedia System (IMS) Messaging and Presence; Media formats and codecs". 3GPP. 10 December 2009. Retrieved 24 February 2010.
  30. ^ "Building Interactive Websites using Scalable Vector Graphics (SVG) – [With Examples]". intelegain.com. Archived from the original on 21 November 2018. Retrieved 21 November 2018.
  31. ^ "Listing of phones that support SVG". Svg.org. Archived from the original on 8 January 2010. Retrieved 24 October 2010.
  32. ^ See www.w3.org/TR/SVG11/conform.html#ConformingSVGViewers which states, "SVG implementations must correctly support gzip-encoded [RFC1952] and deflate-encoded [RFC1951] data streams, for any content type (including SVG, script files, images)."
  33. ^ . SVG Zone. Adobe Systems. 14 July 2009. Archived from the original on 1 June 2010. Retrieved 24 February 2010.
  34. ^ For example, dev.w3.org/SVG/profiles/1.1F2/test/harness/htmlObject/conform-viewers-01-t.html
  35. ^ "SVG specification, "Paths"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  36. ^ "SVG specification, "Basic Shapes"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  37. ^ "SVG specification, "Text"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  38. ^ "SVG specification, "Painting: Filling, Stroking and Marker Symbols"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  39. ^ "SVG specification, "Color"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  40. ^ "SVG specification, "Gradients and Patterns"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  41. ^ "IRC log of svg on 2008-11-17". W3C. 2008. Retrieved 25 May 2009. DS: Priorities should be layout, diffusion curves, 2.5D and make sure we work well with CSS on that
  42. ^ "Propositions for the next SVG spec". W3C. 16 March 2009. Retrieved 25 May 2009. Indeed, we do plan to add new gradient capabilities to SVG in the next version, and we are looking into diffusion curves, which I think will meet your needs ... *Diffusion curves* seems really a great idea.
  43. ^ Rusin, Zack (2008). "SVG in KDE: Freedom of Beauty". SVG Open. Retrieved 25 May 2009.
  44. ^ Orzan, Alexandrina; Bousseau, Adrien; Winnemöller, Holger; Barla, Pascal; Thollot, Joëlle; Salesin, David (2008). "Diffusion Curves: A Vector Representation for Smooth-Shaded Images" (PDF). ACM Transactions on Graphics. 27. doi:10.1145/1360612.1360691. Retrieved 25 May 2009.
  45. ^ "Scalable Vector Graphics (SVG) 2, W3C Editor's Draft 13 June 2013". SVG WG. 2013. Retrieved 17 September 2013.
  46. ^ "SVG specification, "Clipping, Masking and Compositing"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  47. ^ "SVG specification, "Filter Effects"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  48. ^ "SVG specification, "Interactivity"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  49. ^ "SVG specification, "Scripting"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  50. ^ "SVG specification, "Animation"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  51. ^ "SVG specification, "Fonts"". World Wide Web Consortium. 14 January 2003. Retrieved 19 October 2009.
  52. ^ "SVG specification, "Metadata"". World Wide Web Consortium. Retrieved 19 October 2009.
  53. ^ Streichardt, Andreas (16 September 2003). "KDE Conquers the Vectors with KSVG". KDE News. Retrieved 11 February 2012.
  54. ^ "Bug 276431 - external SVG not loaded from img tag". Mozilla.[text–source integrity?]
  55. ^ Lusotec (25 February 2009). "SVG image not shown by Firefox". mozilla.dev.tech.svg. Google Groups. Retrieved 25 February 2010.
  56. ^ Brettz9 (25 August 2008). . Mozilla Developer Center. Mozilla. Archived from the original on 5 December 2008. Retrieved 25 February 2010.{{cite web}}: CS1 maint: numeric names: authors list (link)
  57. ^ Svensson, Peter (10 September 2008). "Creator of Web spots a flaw in Internet Explorer". NBC News. Associated Press. Retrieved 25 February 2010.
  58. ^ "SVG in Firefox". Mozilla Developer Center. Mozilla. 23 October 2009. Retrieved 25 February 2010.
  59. ^ "Mozilla SVG Status". Mozilla. Retrieved 25 February 2010.
  60. ^ Mgjbot (15 January 2008). "SVG improvements in Firefox 3". Mozilla Developer Center. Mozilla. Retrieved 25 February 2010.
  61. ^ "WebKit SVG Status". WebKit. 5 January 2010. Retrieved 25 February 2010.
  62. ^ "Windows Internet Explorer 8 Expert Zone Chat (19 June 2008)". Microsoft. 19 June 2008. Retrieved 24 October 2010.
  63. ^ Schiller, Jeff (13 February 2010). "SVG Support". Retrieved 25 February 2010.
  64. ^ "What's New in Internet Explorer 9". Microsoft Developer Network. Microsoft. 22 March 2011. Retrieved 22 March 2011.
  65. ^ "SVG (Windows)". Internet Explorer Dev Center. Microsoft. Retrieved 27 August 2014.
  66. ^ "Microsoft Edge web platform features status and roadmap - Microsoft Edge Development". developer.microsoft.com. Retrieved 19 April 2018.
  67. ^ "Get ready for plug-in free browsing". MSDN. 2014. Retrieved 5 March 2014.
  68. ^ "SVG Open 2005 Conference and Exhibition - Proceedings - Cartoon Oriented User Interfaces". svgopen.org. Retrieved 29 August 2010.
  69. ^ "Browser doesn't render SVG images". Retrieved 1 January 2011.
  70. ^ "Firefox Mobile 4.0b2 (beta) for Android supports SVG images". Android Issue 1376. 16 December 2010. Retrieved 29 January 2014.
  71. ^ "Support for SVG". RIM. Retrieved 6 October 2011.
  72. ^ "BlackBerry Torch The HTML5 Developer Scorecard". Sencha. Retrieved 6 October 2011.
  73. ^ . S60.com. Archived from the original on 13 October 2007. Retrieved 19 October 2009.
  74. ^ Jezic, Damir (15–17 July 2002). "SVG for Embedded Systems". Zurich 2002. svgopen.org. Retrieved 5 April 2012.
  75. ^ "eSVG". Intesis Intelligent Embedded Software. 2010. Retrieved 29 January 2014.
  76. ^ Selinger, Peter (2001–2013). "Potrace – Transforming bitmaps into vector graphics". SourceForge project Potrace. Retrieved 29 January 2014.
  77. ^ "What's new in PowerPoint for Microsoft 365". support.microsoft.com. September 2019. from the original on 13 March 2021. Retrieved 17 April 2021.
  78. ^ Nguyen, Thanh Nguyen (7 November 2019). "Anatomy of Scalable Vector Graphics (SVG) Attack Surface on the Web". Fortinet Blog.
  79. ^ a b "SVG Security - W3C Wiki". W3C.
  80. ^ Concolato, Cyril (July 2005). "MPEG-4 LASeR white paper". International Organization for Standardization. Retrieved 29 August 2010.
  81. ^ "ISO/IEC 14496-20:2008 - Information technology – Coding of audio-visual objects – Part 20: Lightweight Application Scene Representation (LASeR) and Simple Aggregation Format (SAF)". International Organization for Standardization. Retrieved 30 October 2009.
  82. ^ "LASeR - the MPEG standard for Rich Media Services" (PDF). Retrieved 11 April 2010.
  83. ^ Chiariglione, Leonardo (8 March 2005). . Archived from the original on 25 September 2010. Retrieved 30 October 2009.

External links edit

  • W3C SVG page specifications, list of implementations
  • W3C SVG primer W3C Primer (draft) under auspices of SVG Interest Group
  • MDN - SVG: Scalable Vector Graphics


other, uses, disambiguation, help, about, images, wikipedia, wikipedia, help, scalable, vector, graphics, based, vector, image, format, defining, dimensional, graphics, having, support, interactivity, animation, specification, open, standard, developed, world,. For other uses see SVG disambiguation For help about SVG images on Wikipedia see Wikipedia SVG help SVG Scalable Vector Graphics is an XML based vector image format for defining two dimensional graphics having support for interactivity and animation The SVG specification is an open standard developed by the World Wide Web Consortium since 1999 SVGFilename extensions svg svgzInternet media typeimage svg xml 1 2 Uniform Type Identifier UTI public svg imageDeveloped byW3CInitial release4 September 2001 22 years ago 2001 09 04 Latest release1 1 Second Edition 16 August 2011 12 years ago 2011 08 16 Type of formatVector graphicsExtended fromXMLStandardW3C SVGOpen format YesWebsitewww wbr w3 wbr org wbr Graphics wbr SVG wbr SVG images are defined in a vector graphics format and stored in XML text files SVG images can thus be scaled in size without loss of quality and SVG files can be searched indexed scripted and compressed The XML text files can be created and edited with text editors or vector graphics editors and are rendered by the most used web browsers Early adoption was limited due to lack of support in older versions of Internet Explorer However as of 2011 all major desktop browsers began to support SVG Native browser support offers various advantages such as not requiring plugins allowing SVG to be mixed with other content and improving rendering and scripting reliability Mobile support for SVG exists in various forms with different devices and browsers supporting SVG Tiny 1 1 or 1 2 SVG can be produced using vector graphics editors and rendered into raster formats In web based applications Inline SVG allows embedding SVG content within HTML documents Despite its benefits SVG can pose security risks if used for images as it can host scripts or CSS potentially leading to cross site scripting attacks or other vulnerabilities Contents 1 History 1 1 Version 1 x 1 2 Version 2 2 Features 2 1 Printing 2 2 Scripting and animation 2 3 Mobile profiles 2 4 Compression 3 Design 4 Implementation 4 1 Web browsers 4 2 Mobile devices 4 3 Authoring 5 Security 6 Related work 7 See also 8 References 9 External linksHistory editSVG has been in development within the World Wide Web Consortium W3C since 1999 after six competing proposals for vector graphics languages had been submitted to the consortium during 1998 see below 3 The early SVG Working Group decided not to develop any of the commercial submissions but to create a new markup language that was informed by but not really based on any of them 3 SVG was developed by the W3C SVG Working Group starting in 1998 after six competing vector graphics submissions were received that year Web Schematics from CCLRC 4 PGML from Adobe Systems IBM Netscape and Sun Microsystems 5 VML by Autodesk Hewlett Packard Macromedia Microsoft and Vision 6 Hyper Graphics Markup Language HGML by Orange UK and PRP 7 WebCGM from Boeing InterCAP Graphics Systems Inso Corporation CCLRC and Xerox 8 DrawML from Excosoft AB 3 The working group was chaired at the time by Chris Lilley of the W3C The SVG specification was updated to version 1 1 in 2011 Scalable Vector Graphics 2 became a W3C Candidate Recommendation on 15 September 2016 SVG 2 incorporates several new features in addition to those of SVG 1 1 and SVG Tiny 1 2 9 Version 1 x edit SVG 1 0 became a W3C Recommendation on 4 September 2001 10 SVG 1 1 became a W3C Recommendation on 14 January 2003 11 The SVG 1 1 specification is modularized in order to allow subsets to be defined as profiles Apart from this there is very little difference between SVG 1 1 and SVG 1 0 SVG Tiny and SVG Basic the Mobile SVG Profiles became W3C Recommendations on 14 January 2003 These are described as profiles of SVG 1 1 12 SVG Tiny 1 2 became a W3C Recommendation on 22 December 2008 13 It was initially drafted as a profile of the planned SVG Full 1 2 which has since been dropped in favor of SVG 2 14 but was later refactored as a standalone specification It is generally poorly supported SVG 1 1 Second Edition which includes all the errata and clarifications but no new features to the original SVG 1 1 was released on 16 August 2011 15 SVG Tiny 1 2 Portable Secure A more secure subset of the SVG Tiny 1 2 profile introduced as an IETF draft standard on 29 July 2020 16 Also known as SVG Tiny P S SVG Tiny 1 2 Portable Secure is a requirement of the BIMI draft standard 17 Version 2 edit SVG 2 removes or deprecates some features of SVG 1 1 and incorporates new features from HTML5 and Web Open Font Format 18 For example SVG 2 removes several font elements such as glyph and altGlyph replaced by the WOFF font format The xml space attribute is deprecated in favor of CSS HTML5 features such as translate and data attributes have been added Text handling features from SVG Tiny 1 2 are annotated as to be included but not yet formalized in text 19 Some other 1 2 features are cherry picked in 18 but SVG 2 is not a superset of SVG tiny 1 2 in general SVG 2 reached the Candidate Recommendation stage on 15 September 2016 20 and revised versions were published on 7 August 2018 and 4 October 2018 21 The latest draft was released on 21 March 2022 22 Features edit nbsp This image illustrates the difference between bitmap and vector images The bitmap image is composed of a fixed set of pixels while the vector image is composed of a fixed set of shapes In the picture scaling the bitmap reveals the pixels while scaling the vector image preserves the shapes SVG supports interactivity animation and rich graphical capabilities making it suitable for both web and print applications SVG images can be compressed with the gzip algorithm resulting in SVGZ files that are typically 20 50 smaller than the original SVG also supports metadata enabling better indexing searching and retrieval of SVG content SVG allows three types of graphic objects vector graphic shapes such as paths consisting of straight lines and curves bitmap images and text Graphical objects can be grouped styled transformed and composited into previously rendered objects The feature set includes nested transformations clipping paths alpha masks filter effects and template objects SVG drawings can be interactive and can include animation defined in the SVG XML elements or via scripting that accesses the SVG Document Object Model DOM SVG uses CSS for styling and JavaScript for scripting Text including internationalization and localization appearing in plain text within the SVG DOM enhances the accessibility of SVG graphics 15 Printing edit Though the SVG Specification primarily focuses on vector graphics markup language its design includes the basic capabilities of a page description language like Adobe s PDF It contains provisions for rich graphics and is compatible with CSS for styling purposes SVG has the information needed to place each glyph and image in a chosen location on a printed page 23 Scripting and animation edit Main article SVG animation SVG drawings can be dynamic and interactive Time based modifications to the elements can be described in SMIL or can be programmed in a scripting language e g JavaScript The W3C explicitly recommends SMIL as the standard for animation in SVG 24 A rich set of event handlers such as onmouseover and onclick can be assigned to any SVG graphical object to apply actions and events Mobile profiles edit Because of industry demand two mobile profiles were introduced with SVG 1 1 SVG Tiny SVGT and SVG Basic SVGB These are subsets of the full SVG standard mainly intended for user agents with limited capabilities In particular SVG Tiny was defined for highly restricted mobile devices such as cellphones it does not support styling or scripting 25 SVG Basic was defined for higher level mobile devices such as smartphones In 2003 the 3GPP an international telecommunications standards group adopted SVG Tiny as the mandatory vector graphics media format for next generation phones SVGT is the required vector graphics format and support of SVGB is optional for Multimedia Messaging Service MMS and Packet switched Streaming Service 26 27 28 It was later when added as required format for vector graphics in 3GPP IP Multimedia Subsystem IMS 29 30 Neither mobile profile includes support for the full Document Object Model DOM while only SVG Basic has optional support for scripting but because they are fully compatible subsets of the full standard most SVG graphics can still be rendered by devices which only support the mobile profiles 31 SVGT 1 2 adds a microDOM mDOM styling and scripting 25 SVGT 1 2 also includes some features not found in SVG 1 1 including non scaling strokes which are supported by some SVG 1 1 implementations such as Opera Firefox and WebKit As shared code bases between desktop and mobile browsers increased the use of SVG 1 1 over SVGT 1 2 also increased Compression edit SVG images being XML contain many repeated fragments of text so they are well suited for lossless data compression algorithms When an SVG image has been compressed with the gzip algorithm it is referred to as an SVGZ image and uses the corresponding svgz filename extension Conforming SVG 1 1 viewers will display compressed images 32 An SVGZ file is typically 20 to 50 percent of the original size 33 W3C provides SVGZ files to test for conformance 34 Design editThe SVG 1 1 specification defines 14 functional areas or feature sets 11 Paths Simple or compound shape outlines are drawn with curved or straight lines that can be filled in outlined or used as a clipping path Paths have a compact coding For example M for move to precedes initial numeric x and y coordinates and L for line to precedes a point to which a line should be drawn Further command letters C S Q T and A precede data that is used to draw various Bezier and elliptical curves Z is used to close a path In all cases absolute coordinates follow capital letter commands and relative coordinates are used after the equivalent lower case letters 35 Basic shapes Straight line paths and paths made up of a series of connected straight line segments polylines as well as closed polygons circles and ellipses can be drawn Rectangles and round cornered rectangles are also standard elements 36 Text Unicode character text included in an SVG file is expressed as XML character data Many visual effects are possible and the SVG specification automatically handles bidirectional text for composing a combination of English and Arabic text for example vertical text as Chinese or Japanese may be written and characters along a curved path such as the text around the edge of the Great Seal of the United States 37 Painting SVG shapes can be filled and outlined painted with a color a gradient or a pattern Fills may be opaque or have any degree of transparency Markers are line end features such as arrowheads or symbols that can appear at the vertices of a polygon 38 Color Colors can be applied to all visible SVG elements either directly or via fill stroke and other properties Colors are specified in the same way as in CSS2 i e using names like black or blue in hexadecimal such as 2f0 or 22ff00 in decimal like rgb 255 255 127 or as percentages of the form rgb 100 100 50 39 Gradients and patterns SVG shapes can be filled or outlined with solid colors as above or with color gradients or with repeating patterns Color gradients can be linear or radial circular and can involve any number of colors as well as repeats Opacity gradients can also be specified Patterns are based on predefined raster or vector graphic objects which can be repeated in x and y directions Gradients and patterns can be animated and scripted 40 Since 2008 there has been discussion 41 42 among professional users of SVG that either gradient meshes or preferably diffusion curves could usefully be added to the SVG specification It is said that a simple representation using diffusion curves is capable of representing even very subtle shading effects 43 and that Diffusion curve images are comparable both in quality and coding efficiency with gradient meshes but are simpler to create according to several artists who have used both tools and can be captured from bitmaps fully automatically 44 The current draft of SVG 2 includes gradient meshes 45 Clipping masking and compositing Graphic elements including text paths basic shapes and combinations of these can be used as outlines to define both inside and outside regions that can be painted with colors gradients and patterns independently Fully opaque clipping paths and semi transparent masks are composited together to calculate the color and opacity of every pixel of the final image using alpha blending 46 Filter effects 47 Main article SVG filter effects A filter effect consists of a series of graphics operations that are applied to a given source vector graphic to produce a modified bitmapped result Interactivity SVG images can interact with users in many ways In addition to hyperlinks as mentioned below any part of an SVG image can be made receptive to user interface events such as changes in focus mouse clicks scrolling or zooming the image and other pointer keyboard and document events Event handlers may start stop or alter animations as well as trigger scripts in response to such events 48 Linking SVG images can contain hyperlinks to other documents using XLink Through the use of the lt view gt element or a fragment identifier URLs can link to SVG files that change the visible area of the document This allows for creating specific view states that are used to zoom in out of a specific area or to limit the view to a specific element This is helpful when creating sprites XLink support in combination with the lt use gt element also allow linking to and re using internal and external elements This allows coders to do more with less markup and makes for cleaner code 49 Scripting All aspects of an SVG document can be accessed and manipulated using scripts in a similar way to HTML The default scripting language is JavaScript and there are defined Document Object Model DOM objects for every SVG element and attribute Scripts are enclosed in lt script gt elements They can run in response to pointer events keyboard events and document events as required 50 Animation Main article SVG animation SVG content can be animated using the built in animation elements such as lt animate gt lt animateMotion gt and lt animateColor gt Content can be animated by manipulating the DOM using ECMAScript and the scripting language s built in timers SVG animation has been designed to be compatible with current and future versions of Synchronized Multimedia Integration Language SMIL Animations can be continuous they can loop and repeat and they can respond to user events as mentioned above 51 Fonts As with HTML and CSS text in SVG may reference external font files such as system fonts If the required font files do not exist on the machine where the SVG file is rendered the text may not appear as intended To overcome this limitation text can be displayed in an SVG font where the required glyphs are defined in SVG as a font that is then referenced from the lt text gt element 52 Metadata In accord with the W3C s Semantic Web initiative SVG allows authors to provide metadata about SVG content The main facility is the lt metadata gt element where the document can be described using Dublin Core metadata properties e g title creator author subject description etc Other metadata schemas may also be used In addition SVG defines lt title gt and lt desc gt elements where authors may also provide plain text descriptive material within an SVG image to help indexing searching and retrieval by a number of means 53 An SVG document can define components including shapes gradients etc and use them repeatedly SVG images can also contain raster graphics such as PNG and JPEG images and further SVG images nbsp This code will produce the colored shapes shown in the image excluding the grid and labels lt xml version 1 0 encoding UTF 8 standalone no gt lt DOCTYPE svg PUBLIC W3C DTD SVG 1 1 EN http www w3 org Graphics SVG 1 1 DTD svg11 dtd gt lt svg width 391 height 391 viewBox 70 5 70 5 391 391 xmlns http www w3 org 2000 svg xmlns xlink http www w3 org 1999 xlink gt lt rect fill fff stroke 000 x 70 y 70 width 390 height 390 gt lt g opacity 0 8 gt lt rect x 25 y 25 width 200 height 200 fill lime stroke width 4 stroke pink gt lt circle cx 125 cy 125 r 75 fill orange gt lt polyline points 50 150 50 200 200 200 200 100 stroke red stroke width 4 fill none gt lt line x1 50 y1 50 x2 200 y2 200 stroke blue stroke width 4 gt lt g gt lt svg gt Implementation editThe use of SVG on the web was limited by the lack of support in older versions of Internet Explorer IE Many websites that serve SVG images also provide the images in a raster format either automatically by HTTP content negotiation or by allowing the user directly to choose the file Web browsers edit Konqueror was the first browser to support SVG in release version 3 2 in February 2004 54 As of 2011 all major desktop browsers and many minor ones have some level of SVG support Other browsers implementations are not yet complete see comparison of layout engines for further details Some earlier versions of Firefox e g versions between 1 5 and 3 6 55 as well as a smattering of other now outdated web browsers capable of displaying SVG graphics needed them embedded in lt object gt or lt iframe gt elements to display them integrated as parts of an HTML webpage instead of using the standard way of integrating images with lt img gt 56 However SVG images may be included in XHTML pages using XML namespaces 57 Tim Berners Lee the inventor of the World Wide Web was critical of early versions of Internet Explorer for its failure to support SVG 58 Opera since 8 0 has support for the SVG 1 1 Tiny specification while Opera 9 includes SVG 1 1 Basic support and some of SVG 1 1 Full Opera 9 5 has partial SVG Tiny 1 2 support It also supports SVGZ compressed SVG Browsers based on the Gecko layout engine such as Firefox Flock Camino and SeaMonkey all have had incomplete support for the SVG 1 1 Full specification since 2005 The Mozilla site has an overview of the modules which are supported in Firefox 59 and of the modules which are in development 60 Gecko 1 9 included in Firefox 3 0 adds support for more of the SVG specification including filters 61 Pale Moon which uses the Goanna layout engine a fork of the Gecko engine supports SVG Browsers based on WebKit such as Apple s Safari Google Chrome and The Omni Group s OmniWeb have had incomplete support for the SVG 1 1 Full specification since 2006 62 Amaya has partial SVG support Internet Explorer 8 and older versions do not support SVG 63 64 IE9 released 14 March 2011 supports the basic SVG feature set 65 IE10 extended SVG support by adding SVG 1 1 filters 66 Microsoft Edge Legacy supports SVG 1 1 67 The Maxthon Cloud Browser also supports SVG citation needed There are several advantages to native and full support plugins are not needed SVG can be freely mixed with other content in a single document and rendering and scripting become considerably more reliable 68 Mobile devices edit Support for SVG may be limited to SVGT on older or more limited smart phones or may be primarily limited by their respective operating system Adobe Flash Lite has optionally supported SVG Tiny since version 1 1 At the SVG Open 2005 conference Sun demonstrated a mobile implementation of SVG Tiny 1 1 for the Connected Limited Device Configuration CLDC platform 69 Mobiles that use Opera Mobile as well as the iPhone s built in browser also include SVG support However even though it used the WebKit engine the Android built in browser did not support SVG prior to v3 0 Honeycomb 70 Prior to v3 0 Firefox Mobile 4 0b2 beta for Android was the first browser running under Android to support SVG by default 71 The level of SVG Tiny support available varies from mobile to mobile depending on the SVG engine installed Many newer mobile products support additional features beyond SVG Tiny 1 1 like gradient and opacity this is sometimes referred to as SVGT 1 1 though there is no such standard RIM s BlackBerry has built in support for SVG Tiny 1 1 since version 5 0 72 Support continues for WebKit based BlackBerry Torch browser in OS 6 and 7 73 Nokia s S60 platform has built in support for SVG For example icons are generally rendered using the platform s SVG engine Nokia has also led the JSR 226 Scalable 2D Vector Graphics API expert group that defines Java ME API for SVG presentation and manipulation This API has been implemented in S60 Platform 3rd Edition Feature Pack 1 and onward 74 Some Series 40 phones also support SVG such as Nokia 6280 citation needed Most Sony Ericsson phones beginning with K700 by release date support SVG Tiny 1 1 Phones beginning with K750 also support such features as opacity and gradients Phones with Sony Ericsson Java Platform 8 have support for JSR 226 citation needed Windows Phone has supported SVG since version 7 5 SVG is also supported on various mobile devices from Motorola Samsung LG and Siemens mobile BenQ Siemens eSVG an SVG rendering library mainly written for embedded devices is available on some mobile platforms 75 76 Authoring edit SVG images can be produced by the use of a vector graphics editor such as Inkscape Adobe Illustrator Adobe Flash Professional or CorelDRAW and rendered to common raster image formats such as PNG using the same software Additionally editors like Inkscape and Boxy SVG provide tools to trace raster images to Bezier curves typically using image tracing back ends like potrace 77 autotrace and imagetracerjs Software can be programmed to render SVG images by using a library such as librsvg used by GNOME since 2000 Batik and Thor Vector Graphics ThorVG since 2020 for lightweight systems SVG images can also be rendered to any desired popular image format by using ImageMagick a free command line utility which also uses librsvg under the hood For web based applications the mode of usage termed Inline SVG allows SVG content to be embedded within an HTML document using an lt svg gt tag Its graphical capabilities can then be employed to create sophisticated user interfaces as the SVG and HTML share context event handling and CSS Other uses for SVG include embedding for use in word processing e g with LibreOffice and desktop publishing e g Scribus plotting graphs e g gnuplot and importing paths e g for use in GIMP or Blender The application services Microsoft 365 and Microsoft Office 2019 offer support for exporting 78 importing and editing SVG images The Uniform Type Identifier for SVG used by Apple is public svg image and conforms to public image and public xml Security editAs a document format similar to HTML documents SVG can host script or CSS This is an issue when an attacker can upload a SVG file to a website such as a profile picture and the file is treated as a normal picture but contains malicious content 79 For instance if an SVG file is deployed as a CSS background image or a logo on some website or in some image gallery then when the image is loaded in a browser it activates a script or other content This could lock up the browser the Billion laughs attack but could also lead to HTML injection and cross site scripting attacks The W3C therefore stipulate certain requirements when SVG is simply used for images SVG Security 80 The W3C says that Inline SVG an SVG file loaded natively on a website is considered less of a security risk because the content is part of a greater document and so scripting and CSS would not be unexpected 80 Related work editThe MPEG 4 Part 20 standard Lightweight Application Scene Representation LASeR and Simple Aggregation Format SAF is based on SVG Tiny 81 It was developed by MPEG ISO IEC JTC 1 SC29 WG11 and published as ISO IEC 14496 20 2006 82 SVG capabilities are enhanced in MPEG 4 Part 20 with key features for mobile services such as dynamic updates binary encoding state of art font representation 83 SVG was also accommodated in MPEG 4 Part 11 in the Extensible MPEG 4 Textual XMT format a textual representation of the MPEG 4 multimedia content using XML 84 See also editCanvas element Comparison of graphics file formats Comparison of raster to vector conversion software Comparison of vector graphics editors Computer graphics Computer Graphics Metafile Image file format Resolution independenceReferences edit Media Type Registration for image svg xml W3C Retrieved 5 February 2014 St Laurent Simon Makoto Murata Kohn Dan January 2001 XML Media Types IETF Datatracker doi 10 17487 RFC3023 Retrieved 5 February 2014 a b c Secret Origin of SVG World Wide Web Consortium 21 December 2007 Retrieved 1 January 2011 Schematic Graphics W3C Al Shamma Nabeel Robert Ayers Richard Cohn Jon Ferraiolo Martin Newell Roger K de Bry Kevin McCluskey Jerry Evans 10 April 1998 Precision Graphics Markup Language PGML W3C Retrieved 8 May 2009 Mathews Brian Brian Dister John Bowler Howard Cooper stein Ajay Jindal Tuan Nguyen Peter Wu Troy Sandal 13 May 1998 Vector Markup Language VML W3C Retrieved 8 May 2009 Hyper Graphics Markup Language HGML W3C WebCGM Profile xml coverpages org Scalable Vector Graphics SVG 2 W3C Retrieved 28 January 2017 Ferraiolo Jon 4 September 2001 Scalable Vector Graphics SVG 1 0 Specification World Wide Web Consortium Retrieved 24 February 2010 a b Ferraiolo Jon 16 August 2011 Scalable Vector Graphics SVG 1 1 Specification World Wide Web Consortium Retrieved 14 April 2016 Capin Tolga 15 June 2009 Mobile SVG Profiles SVG Tiny and SVG Basic World Wide Web Consortium Retrieved 24 October 2010 Andersson Ola 22 December 2008 Scalable Vector Graphics SVG Tiny 1 2 Specification World Wide Web Consortium Retrieved 24 February 2010 Dengler Patrick 8 July 2010 Getting to SVG 2 0 A report from the SVG Working Group Face to Face May 24th June 1st 2010 Microsoft Developer Network Microsoft Retrieved 26 August 2010 a b Scalable Vector Graphics SVG 1 1 Second Edition W3C Brotman Alex Adams J Trent SVG Tiny Portable Secure Ietf Datatracker Retrieved 9 February 2021 Implementation Guide BIMI Group Retrieved 9 February 2021 a b Appendix K Changes from SVG 1 1 World Wide Web Consortium 26 May 2020 Retrieved 31 December 2020 Chapter 11 Text World Wide Web Consortium 26 May 2020 Retrieved 31 December 2020 Scalable Vector Graphics SVG 2 World Wide Web Consortium 15 September 2016 Retrieved 17 August 2021 Scalable Vector Graphics SVG 2 World Wide Web Consortium 4 October 2018 Retrieved 17 August 2021 Scalable Vector Graphics SVG 2 World Wide Web Consortium 21 March 2022 Retrieved 29 April 2022 Alex Danilo Fujisawa Jun 2002 SVG as a Page Description Language svgopen org Retrieved 24 February 2010 Paul Festa 9 January 2003 W3C releases scripting standard caveat CNet Retrieved 24 February 2010 a b SVG Tiny 1 2 Scalable Vector Graphics SVG Tiny 1 2 Specification W3C 22 December 2008 Retrieved 5 March 2014 SVG in 3GPP Multimedia Messaging and Streaming Services version March 2003 SVG Open 2003 Retrieved 19 October 2009 3GPP Multimedia Messaging Service MMS Media formats and codecs Release 5 3GPP TS 26 140 V5 2 0 2002 12 Technical Specification zipped doc 3GPP 2 January 2003 Retrieved 25 February 2010 3rd Generation Partnership Project Technical Specification Group Services and System Aspects Multimedia Messaging Service MMS Media formats and codecs Release 5 zipped doc 3GPP TS 26 140 V5 2 0 2002 12 3GPP March 2003 Retrieved 24 February 2010 3GPP Specification detail 3GPP TS 26 141 IP Multimedia System IMS Messaging and Presence Media formats and codecs 3GPP 10 December 2009 Retrieved 24 February 2010 Building Interactive Websites using Scalable Vector Graphics SVG With Examples intelegain com Archived from the original on 21 November 2018 Retrieved 21 November 2018 Listing of phones that support SVG Svg org Archived from the original on 8 January 2010 Retrieved 24 October 2010 See www wbr w3 wbr org wbr TR wbr SVG11 wbr conform wbr html wbr ConformingSVGViewers which states SVG implementations must correctly support gzip encoded RFC1952 and deflate encoded RFC1951 data streams for any content type including SVG script files images Saving compressed SVG SVGZ SVG Zone Adobe Systems 14 July 2009 Archived from the original on 1 June 2010 Retrieved 24 February 2010 For example dev wbr w3 wbr org wbr SVG wbr profiles wbr 1 wbr 1F2 wbr test wbr harness wbr htmlObject wbr conform viewers 01 t wbr html SVG specification Paths World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Basic Shapes World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Text World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Painting Filling Stroking and Marker Symbols World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Color World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Gradients and Patterns World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 IRC log of svg on 2008 11 17 W3C 2008 Retrieved 25 May 2009 DS Priorities should be layout diffusion curves 2 5D and make sure we work well with CSS on that Propositions for the next SVG spec W3C 16 March 2009 Retrieved 25 May 2009 Indeed we do plan to add new gradient capabilities to SVG in the next version and we are looking into diffusion curves which I think will meet your needs Diffusion curves seems really a great idea Rusin Zack 2008 SVG in KDE Freedom of Beauty SVG Open Retrieved 25 May 2009 Orzan Alexandrina Bousseau Adrien Winnemoller Holger Barla Pascal Thollot Joelle Salesin David 2008 Diffusion Curves A Vector Representation for Smooth Shaded Images PDF ACM Transactions on Graphics 27 doi 10 1145 1360612 1360691 Retrieved 25 May 2009 Scalable Vector Graphics SVG 2 W3C Editor s Draft 13 June 2013 SVG WG 2013 Retrieved 17 September 2013 SVG specification Clipping Masking and Compositing World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Filter Effects World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Interactivity World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Linking World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Scripting World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Animation World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Fonts World Wide Web Consortium 14 January 2003 Retrieved 19 October 2009 SVG specification Metadata World Wide Web Consortium Retrieved 19 October 2009 Streichardt Andreas 16 September 2003 KDE Conquers the Vectors with KSVG KDE News Retrieved 11 February 2012 Bug 276431 external SVG not loaded from img tag Mozilla text source integrity Lusotec 25 February 2009 SVG image not shown by Firefox mozilla dev tech svg Google Groups Retrieved 25 February 2010 Brettz9 25 August 2008 SVG In HTML Introduction Mozilla Developer Center Mozilla Archived from the original on 5 December 2008 Retrieved 25 February 2010 a href Template Cite web html title Template Cite web cite web a CS1 maint numeric names authors list link Svensson Peter 10 September 2008 Creator of Web spots a flaw in Internet Explorer NBC News Associated Press Retrieved 25 February 2010 SVG in Firefox Mozilla Developer Center Mozilla 23 October 2009 Retrieved 25 February 2010 Mozilla SVG Status Mozilla Retrieved 25 February 2010 Mgjbot 15 January 2008 SVG improvements in Firefox 3 Mozilla Developer Center Mozilla Retrieved 25 February 2010 WebKit SVG Status WebKit 5 January 2010 Retrieved 25 February 2010 Windows Internet Explorer 8 Expert Zone Chat 19 June 2008 Microsoft 19 June 2008 Retrieved 24 October 2010 Schiller Jeff 13 February 2010 SVG Support Retrieved 25 February 2010 What s New in Internet Explorer 9 Microsoft Developer Network Microsoft 22 March 2011 Retrieved 22 March 2011 SVG Windows Internet Explorer Dev Center Microsoft Retrieved 27 August 2014 Microsoft Edge web platform features status and roadmap Microsoft Edge Development developer microsoft com Retrieved 19 April 2018 Get ready for plug in free browsing MSDN 2014 Retrieved 5 March 2014 SVG Open 2005 Conference and Exhibition Proceedings Cartoon Oriented User Interfaces svgopen org Retrieved 29 August 2010 Browser doesn t render SVG images Retrieved 1 January 2011 Firefox Mobile 4 0b2 beta for Android supports SVG images Android Issue 1376 16 December 2010 Retrieved 29 January 2014 Support for SVG RIM Retrieved 6 October 2011 BlackBerry Torch The HTML5 Developer Scorecard Sencha Retrieved 6 October 2011 S60 Product info S60 com Archived from the original on 13 October 2007 Retrieved 19 October 2009 Jezic Damir 15 17 July 2002 SVG for Embedded Systems Zurich 2002 svgopen org Retrieved 5 April 2012 eSVG Intesis Intelligent Embedded Software 2010 Retrieved 29 January 2014 Selinger Peter 2001 2013 Potrace Transforming bitmaps into vector graphics SourceForge project Potrace Retrieved 29 January 2014 What s new in PowerPoint for Microsoft 365 support microsoft com September 2019 Archived from the original on 13 March 2021 Retrieved 17 April 2021 Nguyen Thanh Nguyen 7 November 2019 Anatomy of Scalable Vector Graphics SVG Attack Surface on the Web Fortinet Blog a b SVG Security W3C Wiki W3C Concolato Cyril July 2005 MPEG 4 LASeR white paper International Organization for Standardization Retrieved 29 August 2010 ISO IEC 14496 20 2008 Information technology Coding of audio visual objects Part 20 Lightweight Application Scene Representation LASeR and Simple Aggregation Format SAF International Organization for Standardization Retrieved 30 October 2009 LASeR the MPEG standard for Rich Media Services PDF Retrieved 11 April 2010 Chiariglione Leonardo 8 March 2005 Riding the media bits Bits and bytes Archived from the original on 25 September 2010 Retrieved 30 October 2009 External links editSVG at Wikipedia s sister projects nbsp Definitions from Wiktionary nbsp Media from Commons nbsp Textbooks from Wikibooks nbsp Resources from Wikiversity nbsp Data from Wikidata nbsp Discussions from Meta Wiki nbsp Documentation from MediaWiki W3C SVG page specifications list of implementations W3C SVG primer W3C Primer draft under auspices of SVG Interest Group MDN SVG Scalable Vector Graphics Retrieved from https en wikipedia org w index php title SVG amp oldid 1188873679, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.