Result sync()
{
if (!drawing) return Result::InsufficientCondition;
if (renderer->sync()) {
drawing = false;
return Result::Success;
}
return Result::InsufficientCondition;
}
if
// std::unique_ptr<tvg::IteratorAccessor>
// accessor = tvg::IteratorAccessor::gen();
// picture = accessor->access(move(picture), convert_tvg_color_func);
}
struct ReplaceColors {
List<uint32_t> old_colors;
List<uint32_t> new_colors;
};
@hermet regarding symbol element - the most important thing is fixed - it works for aspectRatio != none. I still see some issues with resizing - I need to investigate it, but hopefully it's not so important. #1183 - this is a small problem - I need to mark whether the viewBox was set or not. didn;t manage to do this today. I'll do it tmr
despite that, I think we should include symbol implementation as the enhancement into v0.8.