Hi all!
I am trying to figure out when/how to use dc.setStroke.
After setting dc.setStroke(texture):
When using drawRectangle, drawCircle and drawEllipse, it results in the shape with the borders being colored with the texture and the inside being black.
When using fillRectangle, fillRoundedRectangle, fillCircle and fillEllipse, it results in solid shapes completely filled with the foreground color.
I would have expected that the fill operations would use the texture for filling the shape. The docu does not seem to help out here.
I am missing a concept?
Cheers,
Jan