Mihai Hrincescu
10/29/2019, 12:33 PMDrawVector
inside a container or i need to wrap the DrawVector
with another container that gets its dimensions from the vectorAsset
? I feel like I'm missing something.Jason Ostrander
10/29/2019, 12:52 PMDrawVector
(it always draws at the parent 0,0 coordinates) so you have to wrap it in a Container
with the exact width/height set to the Vector sizeMihai Hrincescu
10/29/2019, 1:11 PMDrawVector
because it generates 2 layout nodes. After looking at the current implementations i think the way to go is just to write a new component that takes some extra prams
that just does basic canvas transforms before the draw call.Andrey Kulikov
10/29/2019, 1:22 PM