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(Circle): the gradient color is incorrect #7909

Merged
merged 2 commits into from Jan 15, 2021

Conversation

John60676
Copy link
Contributor

@John60676 John60676 commented Jan 15, 2021

fix #7905

2.x has the same problem, I can submit another PR if necessary

@github-actions
Copy link

github-actions bot commented Jan 15, 2021

🎊 PR Preview 152b1eb has been successfully built and deployed to https://youzan-vant-preview-pr-7909.surge.sh

🕐 Build time: 115.699s

🤖 By surge-preview

@codecov-io
Copy link

Codecov Report

Merging #7909 (152b1eb) into dev (959cfff) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #7909   +/-   ##
=======================================
  Coverage   77.79%   77.80%           
=======================================
  Files         144      144           
  Lines        5139     5140    +1     
  Branches      390      390           
=======================================
+ Hits         3998     3999    +1     
  Misses       1083     1083           
  Partials       58       58           
Impacted Files Coverage Δ
src/circle/index.tsx 90.38% <100.00%> (+0.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 959cfff...152b1eb. Read the comment docs.

@chenjiahan chenjiahan merged commit ac1bb94 into youzan:dev Jan 15, 2021
@chenjiahan
Copy link
Member

👏👏 2.x 也可以提一个喔

@@ -110,7 +112,7 @@ export default createComponent({
d={path.value}
style={style}
class={bem('hover')}
stroke={isObject(color) ? `url(#${id})` : color}
stroke={color}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chenjiahan stroke={color} 这个属性应该可以去掉吧,内联里面有了

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

Successfully merging this pull request may close these issues.

[Bug Report] 紧急 紧急,Circle 环形进度条的渐变色有bug,设置不了
3 participants