标签: image html5 svg aspect-ratio
我有一个SVG的图像元素,即HTML5,
图像尺寸为: (stretch,preserveAspectRatio设置为" none") 宽度= 520px 高度= 240像素
然后,我修改它以保持纵横比(preserveAspectRatio设置为延迟) 因为宽度>高度, 高度仍然相同= 240px 但是如何计算新的宽度(由于维持纵横比而缩小) 有这个公式吗?
答案 0 :(得分:1)
viewBox width / viewBox height * 240px我想。