Before setting the target buffer, the push to the root is completed,
so the buffer is set and the root should be updated.
Change-Id: I0ffe524aa60a05086960d0fd349e7816b9a97d95
mTvgCanvas->target(reinterpret_cast<uint32_t*>(buffer), stride / 4, width, height, tvg::SwCanvas::ARGB8888);
mTvgCanvas->target(reinterpret_cast<uint32_t*>(buffer), stride / 4, width, height, tvg::SwCanvas::ARGB8888);
+ mTvgCanvas->update(mTvgRoot);
+
if(mTvgCanvas->draw() != tvg::Result::Success)
{
DALI_LOG_ERROR("ThorVG Draw fail [%p]\n", this);
if(mTvgCanvas->draw() != tvg::Result::Success)
{
DALI_LOG_ERROR("ThorVG Draw fail [%p]\n", this);