forked from organicmaps/organicmaps
tests for CircleRule rendering.
This commit is contained in:
parent
43187d759f
commit
194b44b871
1 changed files with 2 additions and 2 deletions
|
@ -930,8 +930,8 @@ namespace
|
|||
{
|
||||
void DoDraw(shared_ptr<yg::gl::Screen> const & p)
|
||||
{
|
||||
p->drawCircle(m2::PointD(200, 200), p->skin()->mapCircleInfo(yg::CircleInfo(10, yg::Color(255, 0, 0, 255))), 100);
|
||||
p->drawCircle(m2::PointD(100, 200), p->skin()->mapCircleInfo(yg::CircleInfo(10, yg::Color(255, 0, 0, 255), true, 4, yg::Color(255, 255, 255, 255))), 100);
|
||||
p->drawCircle(m2::PointD(200, 200), p->skin()->mapCircleInfo(yg::CircleInfo(10, yg::Color(255, 0, 0, 255))), yg::EPosCenter, 100);
|
||||
p->drawCircle(m2::PointD(100, 200), p->skin()->mapCircleInfo(yg::CircleInfo(10, yg::Color(255, 0, 0, 255), true, 4, yg::Color(255, 255, 255, 255))), yg::EPosCenter, 100);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue