Feature #6802 » 0002-Re-apply-drawPath-fix.patch
src/Wt/WPdfImage.C | ||
---|---|---|
void WPdfImage::drawPath(const WPainterPath& path)
|
||
{
|
||
if (path.isEmpty())
|
||
return;
|
||
drawPlainPath(path);
|
||
paintPath();
|