Lines Matching refs:fill

566             fill: "#fff",
603 fill: "colour",
4159 fill: glow.fill || false, property in AnonymousFunctionfecc8d709900.s
4173 fill: s.fill ? s.color : "none",
5576 fill: "#000",
5885 fill: "url(#" + id + ")",
5889 s.fill = E;
5939 fill: "none", property in AnonymousFunctionfecc8d70e000.addArrow.attr
5945 fill: attrs.stroke, property in AnonymousFunctionfecc8d70e000.addArrow.attr
6254 $(node, {fill: "url(#" + el.id + ")"});
6278 attrs.fill = "none";
6456 fill: "none",
6765 res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient;
6770 if (name == "fill" && this.attrs.fill == "none" && this.attrs.gradient) {
6920 res.attrs = {cx: x, cy: y, r: r, fill: "none", stroke: "#000"}; property in res.attrs
6929 …res.attrs = {x: x, y: y, width: w, height: h, r: r || 0, rx: r || 0, ry: r || 0, fill: "none", str… property in res.attrs
6938 res.attrs = {cx: x, cy: y, rx: rx, ry: ry, fill: "none", stroke: "#000"}; property in res.attrs
6964 fill: "#000" property in res.attrs
7236 var fill = o.getElementsByTagName(fillString);
7237 fill = fill && fill[0];
7238 o.removeChild(fill);
7241 fill.position = c.dx * y + S + c.dy * y;
7244 fill.size = _.fillsize[0] * abs(sx) + S + _.fillsize[1] * abs(sy);
7246 o.appendChild(fill);
7361 params.fill != null ||
7371 var fill = node.getElementsByTagName(fillString),
7373 fill = fill && fill[0];
7374 !fill && (newfill = fill = createNode(fillString));
7376 fill.src = params.src;
7378 params.fill && (fill.on = true);
7379 if (fill.on == null || params.fill == "none" || params.fill === null) {
7380 fill.on = false;
7382 if (fill.on && params.fill) {
7383 var isURL = Str(params.fill).match(R._ISURL);
7385 fill.parentNode == node && node.removeChild(fill);
7386 fill.rotate = true;
7387 fill.src = isURL[1];
7388 fill.type = "tile";
7390 fill.position = bbox.x + S + bbox.y;
7397 fill.color = R.getRGB(params.fill).hex;
7398 fill.src = E;
7399 fill.type = "solid";
7400 …RGB(params.fill).error && (res.type in {circle: 1, ellipse: 1} || Str(params.fill).charAt() != "r"…
7401 a.fill = "none";
7402 a.gradient = params.fill;
7403 fill.rotate = false;
7408 …opacity"] + 1 || 2) - 1) * ((+a.opacity + 1 || 2) - 1) * ((+R.getRGB(params.fill).o + 1 || 2) - 1);
7410 fill.opacity = opacity;
7411 if (fill.src) {
7412 fill.color = "none";
7415 node.appendChild(fill);
7505 addGradientFill = function (o, gradient, fill) { argument
7538 o.removeChild(fill);
7539 fill.on = true;
7540 fill.method = "none";
7541 fill.color = dots[0].color;
7542 fill.color2 = dots[dots.length - 1].color;
7547 fill.colors = clrs.length ? clrs.join() : "0% " + fill.color;
7549 fill.type = "gradientTitle";
7550 fill.focus = "100%";
7551 fill.focussize = "0 0";
7552 fill.focusposition = fxfy;
7553 fill.angle = 0;
7556 fill.type = "gradient";
7557 fill.angle = (270 - angle) % 360;
7559 o.appendChild(fill);
7608 isGrad = ~Str(this.attrs.fill).indexOf("-"),
7609 isPatt = !Str(this.attrs.fill).indexOf("url(");
7742 res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient;
7747 if (name == fillString && this.attrs.fill == "none" && this.attrs.gradient) {
7860 attr = {fill: "none", stroke: "#000"}; property in AnonymousFunctionfecc8d7012000.attr
7922 fill = node.getElementsByTagName(fillString)[0];
7930 fill.parentNode == node && node.removeChild(fill);
7931 fill.rotate = true;
7932 fill.src = src;
7933 fill.type = "tile";
7936 node.appendChild(fill);
7956 fill: "#000", property in AnonymousFunctionfecc8d7012500.attr