-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Uneven border radii #267
Uneven border radii #267
Conversation
Awesome implementation for flatpak! |
if (is_radius_uniform) { | ||
set ("radius-x", radius_x); | ||
set ("radius-y", radius_x); | ||
} else { |
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.
Use a return;
here instead of an else
.
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.
Yes, let me release that on a goocanvas-3.0 branch so we get any other improvement for free.
Should we revisit this now goocanvas 3.0 is out? https://mail.gnome.org/archives/ftp-release-list/2021-January/msg00074.html See #301 |
Yes, we definitely should! |
Now that goocanvas 3 is in, this is gonna be a kick-ass feature! |
Closing this since we dropped goocanvas and we're dealing with this directly in the app with Cairo. |
Allow rectangles with uneven radius borders
Summary / How this PR fixes the problem?
Using an open MR from goocanvas
https://gitlab.gnome.org/GNOME/goocanvas/tree/wip/albfan/rect-radii
connect uneven border entries to edit corners.
Steps to Test
This works from flatpak. Using a submodule is another option not implemented
Screenshots
Known Issues / Things To Do
10/20
allows to set x and y radius (to draw ellipsize cornersThis PR fixes/implements the following bugs/features: