Javascript – Html object tag for svg find width
I have <object data="${content}" type="image/svg+xml" ></object> Where content is a svg. Currently i am trying to figure this on elm. object [ Attr.attribute "data" "${content}" , Attr.type_ "image/svg+xml" ] [] QUESTION: how can i find the width of the svg?…