如何测试“如果svg的宽度大于屏幕的宽度”?

时间:2017-05-23 12:01:47

标签: javascript css svg

我需要做一个测试来调整SVG的大小,因为我把它放在:

widht:100% !important  
height:100% !important

会生成我的SVG,因为我想要一个好主意,但不是不是一个好主意,因为当SVG很小时,这段代码会缩放它并且很难看。

这是一个小SVG: enter image description here

如果我删除CSS:
enter image description here

我的目标是有一些东西来测试widht,如果它比实际大一个,则用width:100% !important

调整它的大小

我已阅读有关媒体查询的内容,但我认为这不是我需要的内容。

我希望你能理解我的问题并帮助我一点,或者如果你知道如何解决这个问题它也很棒

1 个答案:

答案 0 :(得分:3)

使用amy.func1 <- function(x){a*x^2} temp.variable <- 2 my.func2 <- function(x){ a <<- temp.variable y <- my.func1(x) return(y) } my.func2(2) [1] 8 代替