2 * Copyright 2009 The Closure Compiler Authors
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
18 * @fileoverview Definitions for IE's vector markup language, or VML.
21 * @author robbyw@google.com (Robby Walker)
26 * @type {Object|string}
27 * @see http://msdn.microsoft.com/en-us/library/bb263836(VS.85).aspx
29 Element.prototype.coordorigin;
32 * @type {Object|string}
33 * @see http://msdn.microsoft.com/en-us/library/bb263837(VS.85).aspx
35 Element.prototype.coordsize;
39 * @see http://msdn.microsoft.com/en-us/library/bb263839(VS.85).aspx
41 Element.prototype.fillcolor;
45 * @see http://msdn.microsoft.com/en-us/library/bb263840(VS.85).aspx
47 Element.prototype.filled;
51 * @see http://msdn.microsoft.com/en-us/library/bb263871(VS.85).aspx
53 Element.prototype.path;
56 * @type {number|string}
57 * @see http://msdn.microsoft.com/en-us/library/bb263877(VS.85).aspx
59 Element.prototype.rotation;
63 * @see http://msdn.microsoft.com/en-us/library/bb263881(VS.85).aspx
65 Element.prototype.strokecolor;
69 * @see http://msdn.microsoft.com/en-us/library/bb263882(VS.85).aspx
71 Element.prototype.stroked;
74 * @type {number|string}
75 * @see http://msdn.microsoft.com/en-us/library/bb263883(VS.85).aspx
77 Element.prototype.strokeweight;