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:
@@ -54,6 +54,9 @@ namespace agg
|
||||
double x2() const { return m_clip_box.x2; }
|
||||
double y2() const { return m_clip_box.y2; }
|
||||
|
||||
static bool auto_close() { return true; }
|
||||
static bool auto_unclose() { return false; }
|
||||
|
||||
void reset();
|
||||
void move_to(double x, double y);
|
||||
void line_to(double x, double y);
|
||||
|
||||
Reference in New Issue
Block a user