CSSStyleDeclaration decl,
UnitProcessor.Context uctx) {
Stroke stroke = convertStrokeToBasicStroke(svgElement, ctx, decl, uctx);
Paint paint = convertStrokeToPaint(svgElement, node, ctx, decl, uctx);
StrokeShapePainter painter =
ctx.getGVTFactory().createStrokeShapePainter();
painter.setStroke(stroke);
painter.setPaint(paint);
return painter;
}