The <discard>
SVG element allows authors to specify the time at which particular elements are to be discarded, thereby reducing the resources required by an SVG user agent. This is particularly useful to help SVG viewers conserve memory while displaying long-running documents.
The <discard>
element may occur wherever the <animate>
element may.
Categories | Animation element |
---|---|
Permitted content | Any number of the following elements, in any order: Descriptive elements <script>
|
Specification | Status | Comment |
---|---|---|
SVG Animations Level 2 The definition of '<discard>' in that specification. | Editor's Draft | Initial definition |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | Yes | ? | No | No | Yes | ? |
begin |
? | ? | ? | ? | ? | ? |
href |
? | ? | ? | ? | ? | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | ? | Yes | ? | No | ? | ? | ? |
begin |
? | ? | ? | ? | ? | ? | ? |
href |
? | ? | ? | ? | ? | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/discard