Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEImageElement.idl
index 7bbad83..9f2ca38 100644 (file)
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+// http://www.w3.org/TR/SVG11/filters.html#InterfaceSVGFEImageElement
+// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEImageElement
+// Currently SVG 1.1, SVG 2 members not implemented
+
 interface SVGFEImageElement : SVGElement {
     readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
 };