Actions
Bug #3581
closedWGradient applied to WPen
Start date:
09/15/2014
Due date:
% Done:
0%
Estimated time:
Description
There is a recursive call in WCanvasPaintDevice.c (line# 790), renderStateChanges(), which is leading to infinite recursion when applying a gradient to the pen as follows:
WPen pen;
pen.setGradient(gradient);
painter.setPen(pen);
painter.drawLine(src_pnt, dst_pnt);
It appears to be a simple case of needing to set a flag to mark that the javascript gradient has already been defined.
Updated by Koen Deforche about 10 years ago
- Status changed from New to InProgress
- Assignee set to Korneel Dumon
Korneel, can you look at this?
Updated by Korneel Dumon about 10 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed
Actions