Lines Matching refs:opacity
110 opacity,
127 opacity = parseFloat(stroke.opacity);
134 strokestring += ' opacity="' + opacity + '"';
312 strokeOpacity = parseFloat(stroke.opacity);
316 stroke.opacity = IS_NUM(strokeOpacity) ? strokeOpacity : 1;
321 props.opacity = stroke.opacity;
380 strokeOpacity = parseFloat(stroke.opacity);
384 stroke.opacity = IS_NUM(strokeOpacity) ? strokeOpacity : 1;
394 this._strokeNode.opacity = stroke.opacity;
455 fillOpacity = parseFloat(fill.opacity);
459 fillstring = '<fill xmlns="urn:schemas-microsft.com:vml" class="vmlfill" style="behavior:url(#default#VML);display:inline-block;" opacity="' + fillOpacity + '"';
472 fillOpacity = parseFloat(fill.opacity);
478 props.opacity = fillOpacity;
481 props.node = '<fill xmlns="urn:schemas-microsft.com:vml" class="vmlfill" style="behavior:url(#default#VML);display:inline-block;" type="solid" opacity="' + fillOpacity + '"/>';
550 fillOpacity = parseFloat(fill.opacity);
554 fill.opacity = fillOpacity;
561 this._fillNode.opacity = fillOpacity;
565 fillstring = '<fill xmlns="urn:schemas-microsft.com:vml" class="vmlfill" style="behavior:url(#default#VML);display:inline-block;" type="solid" opacity="' + fillOpacity + '"/>';
572 this._fillNode.opacity = 1;
611 opacity,
658 opacity = stop.opacity;
659 opacity = isNumber(opacity) ? opacity : 1;
664 gradientProps["opacity" + oi] = opacity + "";
988 opacity: 1.0
1238 * <dt>opacity</dt><dd>Number between 0 and 1 that indicates the opacity of the fill. The default value is 1.</dd>
1252 * <dt>opacity</dt><dd>Number between 0 and 1 that indicates the opacity of the stop. The default value is 1. Note: No effect for IE 6 - 8</dd>
1319 * <dt>opacity</dt><dd>Number between 0 and 1 that indicates the opacity of the stroke. The default value is 1.</dd>