Actions
Bug #627
closedfilled bezier curve instead of bezier curve
Start date:
11/30/2010
Due date:
% Done:
0%
Estimated time:
Description
Applying cubicTo or quadTo member-methods of WPainterPath results in painting of filled figure (like bezier curve) instead of simple (non-filled) bezier curve.
Updated by Koen Deforche almost 14 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
Hey Boris,
I'm not entirely sure I understand --- do you have a screenshot / code example / reproducible test case of what you observe and what is wrong about it?
It is also helpful to know if you see the same behaviour on e.g. IE (which uses VML) versus other browsers ?
Regards,
koen
Updated by Boris N almost 14 years ago
WRasterImage was used
Sorry, this is my misunderstanding
Curve is painted with one color (from Pen) and filled with another one (from Brush)
In my case Brush color was also set, thus curve seemed excessively filled
Issue could be closed
Updated by Koen Deforche almost 14 years ago
- Status changed from Feedback to Closed
Actions