-
@heydonworks Is that possible when SVGs lack intrinsic dimensions without width/height attributes? In the case of an
img
, the image file itself has a default width/height built in. But for ansvg
element, that isn't the case? (Just brainstorming!)
img
, the image file itself has a default width/height built in. But for an svg
element, that isn't the case?
(Just brainstorming!)