Lines Matching full:shadow
2469 // FIXME: consider another form of shadow when filling is turned on
2471 // draw shadow as a thick and thin line with transparency
2474 // position shadow at angle from the mid of line
2495 function plotPoints(datapoints, radius, fillStyle, offset, shadow, axisx, axisy, symbol) {
2507 shadow ? Math.PI : Math.PI * 2, false);
2509 symbol(ctx, x, y, radius, shadow);
2530 // Doing the conditional here allows the shadow setting to still be
2537 // draw shadow in two steps