Hi, how would I go about setting something like an svg height and width based upon the available space? If I have a side with x width and I want an svg to take up the remaining space it would have to be done without css which means I need a handle to the svg. How do I get some sort of handle or reference after an element is rendered to get and set properties?
I do primarily target web but I would like to have the ability to target desktop as well.