Added Line Properties (LineJoin and LineCap) to Draw#3
Added Line Properties (LineJoin and LineCap) to Draw#3simonkolotov wants to merge 1 commit intopytroll:masterfrom simonkolotov:AddLineProps
Conversation
|
Hey Simon, Thanks for the PR, but I'm not updating this module anymore. There are a -- Craig Blaszczyk 2014-07-24 15:11 GMT+01:00 Simon Kolotov notifications@github.com:
|
|
@karimbahgat from what I can tell, yes. |
|
I can confirm that #50 supersedes this PR. |
Hi.
I've added two properties to the draw object that are available in agg: line-join and line-cap.
Simon
PS
The agg version used at the current aggdraw is 2.2, which is not the latest (2.4), which - among other things - introduced some changes in the API.
Do you plan to update the AggDraw anytime soon, to include agg 2.4?
PPS
I found some additional bugs in aggdraw - which in part led me to write the change I'm offering here - namely, when widening the stroke (pen) width in a polygon, so that it intersects itself, the creates weird effects.
Would you be interested in an example that would allow you to fix that at some point?
Regards,
Simon