Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/liquid #2396

Merged
merged 5 commits into from Mar 8, 2021
Merged

Fix/liquid #2396

merged 5 commits into from Mar 8, 2021

Conversation

pearmini
Copy link
Member

@pearmini pearmini commented Mar 4, 2021

PR includes

  • fixed
  • add / modify test cases
  • documents, demos

主要有以下的修改:

  • 修复了当 shape 为 pin 的时候出现扭曲的情况。
  • 修复了某些 shape 边框和内部水波距离不一致的问题,修改了绘制水波的方法如下:
    • 生成一个 path 路径
    • 用该 path 作为 ClipPath 绘制水波
    • 用该 path 绘制 distance
    • 用该 path 绘制 border
  • 修改了相应的 test case 和文档。

Screenshot

Before After
B33E124F-B450-409f-83D6-2CD073B1BA7D.png 截屏2021-03-03 下午7.21.43.png
F0834033-DCA3-4888-B2C4-FF8BB310F3DA.png 截屏2021-03-03 下午7.21.31.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants