BridgeContext ctx) {
Shape shape = node.getShape();
if (shape == null) return null;
Paint fillPaint = convertFillPaint (e, node, ctx);
FillShapePainter fp = new FillShapePainter(shape);
fp.setPaint(fillPaint);
Stroke stroke = convertStroke (e);
if (stroke == null)
return fp;