Skip to content

Fix background corner size, radius and PC3 ToolTip style

Noah Davis requested to merge work/ndavis/background-update into master

The sides and corners now have correct sizes relative to each other. Before, some of the corners were actually larger than sides, which caused weird corner glitches like this:

Screenshot_20211215_095933

The corner radii are now consistent and all corners are perfectly semicircular. In some cases they were only semi-semicircular, meaning they had nodes with handles dragged to positions that were close to making corners look semicircular.

PC3 ToolTip now uses a style like normal tooltips.

Fixed tooltip corners and style:

Screenshot_20211215_085208

Corner radii differences are hard to see, but they're now the same as everything else.

@teams/vdg

Merge request reports