【发布时间】:2019-01-07 22:52:28
【问题描述】:
最近我尝试了很多在 react native 中绘制半椭圆,但我没有得到任何好的结果。这是我尝试过的
semiEllipse:{
width: '100%',
height: 50,
borderRadius: 0.7*width,
borderBottomLeftRadius: 0,
borderBottomRightRadius: 0,
backgroundColor: 'red',
}
但这不是我想要达到的目标,因为你们可以看到这不是一个纯椭圆。
请帮我解决这个问题。提前致谢!
【问题讨论】:
标签: css reactjs react-native