-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
QskArcShadownode #350
QskArcShadownode #350
Conversation
rick-vogel
commented
Dec 11, 2023
•
edited
Loading
edited
@uwerat The charts playground changes are not yet fully functional. If you want to keep them I can make them complete and nice. |
Q_D( QskArcShadowNode ); | ||
|
||
const auto w = qMax(0.0, borderWidth); | ||
const auto shadowRect = rect.adjusted(-w, -w, +w, +w); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add spread radius + blur radius to w
Code went into a feature branch: https://github.com/uwerat/qskinny/tree/features/arcshadow to do the final adjustment |