Hello everyone,I am trying to use the Vector Renderer to draw lines because it utilizes GPU2D, which offers faster rendering compared to the Canvas. Below is the code I am using for this purpose: void TestWidget::draw(const touchgfx::Rect& invalidat...