SVG height incorrectly calculated in Webkit browsers

后端 未结 9 612
轻奢々
轻奢々 2020-12-24 12:26

I have a issue specific to Webkit browsers (Safari & Chrome, on Mac & PC).

I\'m using Raphael JS to render SVG data and using a responsive layout to scale th

9条回答
  •  心在旅途
    2020-12-24 12:46

    i know how to fix it, you have just to put this at the begining of your svg file: "preserveAspectRatio="xMinYMin none" it must be into svg tag like this:

    Problem will be fix

提交回复
热议问题