2015-05-03 22:32:37 +03:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2004-08-24 03:29:08 +04:00
|
|
|
|
2010-05-27 00:01:10 +04:00
|
|
|
//This file must not have include guards.
|
|
|
|
|
2004-08-24 03:29:08 +04:00
|
|
|
// Features (SVG 1.1 style)
|
|
|
|
|
|
|
|
// Static festures
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#CoreAttribute")
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Structure")
|
2008-04-07 17:07:54 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ContainerAttribute")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ConditionalProcessing")
|
2010-12-20 03:45:29 +03:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Image")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Style")
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ViewportAttribute")
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Shape")
|
2005-09-14 02:38:36 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Text")
|
2008-04-07 17:07:54 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#PaintAttribute")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#OpacityAttribute")
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#GraphicsAttribute")
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Marker")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ColorProfile")
|
2005-06-15 00:32:35 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Gradient")
|
2005-09-14 02:38:36 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Pattern")
|
2005-06-15 00:32:35 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Clip")
|
2006-01-20 20:00:43 +03:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Mask")
|
2008-03-07 12:58:33 +03:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Filter")
|
2004-08-24 03:29:08 +04:00
|
|
|
|
|
|
|
// Basic features
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicStructure")
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicText")
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicPaintAttribute")
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicGraphicsAttribute")
|
2005-06-15 00:32:35 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicClip")
|
2008-03-07 12:58:33 +03:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicFilter")
|
2004-08-24 03:29:08 +04:00
|
|
|
|
|
|
|
// Animation feature
|
2012-05-25 17:45:53 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Animation")
|
2004-08-24 03:29:08 +04:00
|
|
|
|
|
|
|
// Dynamic features
|
2005-06-15 00:32:35 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute")
|
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute")
|
2010-09-11 11:05:31 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute")
|
2008-04-07 17:07:54 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Cursor")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Hyperlinking")
|
2005-06-15 00:32:35 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#XlinkAttribute")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#View")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Font")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicFont")
|
2005-06-15 00:32:35 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Extensibility")
|
2004-08-24 03:29:08 +04:00
|
|
|
|
|
|
|
// Feature groups (SVG 1.1 style)
|
2005-09-14 02:38:36 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVG")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVGDOM")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVG-static")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVGDOM-static")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVG-animation")
|
2012-05-25 17:45:53 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVGDOM-animation")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVG-dynamic")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVGDOM-dynamic")
|
|
|
|
|
|
|
|
// Features (SVG 1.0 style)
|
2008-04-07 17:07:54 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("org.w3c.svg")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("org.w3c.svg.all")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("org.w3c.svg.static")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("org.w3c.svg.animation")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("org.w3c.svg.dynamic")
|
2008-04-07 17:07:54 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("org.w3c.dom.svg")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("org.w3c.dom.svg.all")
|
|
|
|
SVG_UNSUPPORTED_FEATURE("org.w3c.dom.svg.static")
|
2012-05-25 17:45:53 +04:00
|
|
|
SVG_SUPPORTED_FEATURE("org.w3c.dom.svg.animation")
|
2004-08-24 03:29:08 +04:00
|
|
|
SVG_UNSUPPORTED_FEATURE("org.w3c.dom.svg.dynamic")
|