Source code
Revision control
Copy as Markdown
Other Tools
/*
* Copyright 2009 The Closure Compiler Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @fileoverview Definitions for IE's vector markup language, or VML.
*
* @externs
* @author robbyw@google.com (Robby Walker)
*/
/**
* @type {Object|string}
*/
Element.prototype.coordorigin;
/**
* @type {Object|string}
*/
Element.prototype.coordsize;
/**
* @type {string}
*/
Element.prototype.fillcolor;
/**
* @type {boolean}
*/
Element.prototype.filled;
/**
* @type {string}
*/
Element.prototype.path;
/**
* @type {number|string}
*/
Element.prototype.rotation;
/**
* @type {string}
*/
Element.prototype.strokecolor;
/**
* @type {boolean}
*/
Element.prototype.stroked;
/**
* @type {number|string}
*/
Element.prototype.strokeweight;