Sync to AGG tree to support stippi's Painter classes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10693 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -132,8 +132,8 @@ namespace agg
|
||||
void rewind(unsigned id)
|
||||
{
|
||||
m_trans.rewind(id);
|
||||
m_polyline.line_join(vcgen_stroke::round_join);
|
||||
m_polyline.line_cap(vcgen_stroke::round_cap);
|
||||
m_polyline.line_join(round_join);
|
||||
m_polyline.line_cap(round_cap);
|
||||
}
|
||||
|
||||
unsigned vertex(double* x, double* y)
|
||||
|
||||
Reference in New Issue
Block a user