phaseStart *= ctm.getXScale();
}
drawer.setStroke(new BasicStroke(lineWidth, stroke.getEndCap(), stroke.getLineJoin(),
stroke.getMiterLimit(), dashArray, phaseStart));
}
drawer.strokePath();
}
catch (Exception exception)
{
log.warn(exception, exception);
}