Is it expensive to call setContainerSize() on svg?
14 views
Skip to first unread message
Данил Буланов
unread,
Mar 2, 2024, 3:50:50 PM3/2/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skia-discuss
I need to be able to render multiple versions of the same svg, but with different size of container, so my idea is to have one SkSVGDOM element, and before render call set appropriate size of the container. And I am worried that skia might be doing some caching based of container size wich will be ruined in my case