Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Sorokin <sorok-roma@yandex.ru>2014-07-25 19:55:13 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:22:21 +0300
commitecd802af3eedda30bfd7e0d990e51cf715c86b9a (patch)
treed6a1dc00ba023f65f72c16ae0a54774153e31803 /drape_head/testing_engine.cpp
parent8d96a2e68a0cc929e8429ab0848f5a5a633d31bd (diff)
new tests
Diffstat (limited to 'drape_head/testing_engine.cpp')
-rw-r--r--drape_head/testing_engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/drape_head/testing_engine.cpp b/drape_head/testing_engine.cpp
index 743f945f01..c1518b47c2 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -394,7 +394,7 @@ void TestingEngine::DrawImpl()
path.push_back(m2::PointF(200, 650));
path.push_back(m2::PointF(200, 450));
- for(int i = 16; i >= 0 ; --i)
+ for(int i = 16; i >= -12 ; --i)
{
float r = 200.0f;
float x = r * cos((float)i/32.0f*2.0f*M_PI) + 800;
@@ -408,7 +408,7 @@ void TestingEngine::DrawImpl()
params3.m_depth = -10.0f;
params3.m_OffsetEnd = 4000.0f;
params3.m_OffsetStart = 100.0f;
- params3.m_Text = "√2+√3=?-----------------+";
+ params3.m_Text = "√2+√3=?-----------------+gahdjgahjkfgasdfhjagdfhgadshfasghdfkadshfgakdhsjfgsahjkdfg";
params3.m_TextFont = params.m_primaryTextFont;
PathTextShape sh3(path, params3);
sh3.Draw(m_batcher.GetRefPointer(), m_textures.GetRefPointer());