slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 1ef1e79b93 GL backend: Fix round corner clip radius
Rendering tests/cases/examples/rectangle_clip.60 shows a border radius
for the clipped area that's not identical with the border radius of the
inner edge of the rectangle stroke.

It appears that the stroke's inner radius is not exactly the difference
of the line (border) width but rather scaled by kappa.
2021-04-26 17:34:00 +02:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Bump version number 2021-04-26 13:16:48 +02:00
eventloop.rs Adapt the GL backend to the logical/physical pixel changes 2021-04-21 17:44:53 +02:00
fonts.rs Fix warning when compiling on non-windows 2021-04-13 15:49:32 +02:00
graphics_window.rs Fix the dependency tracker not registering a dependency if it was not dirty 2021-04-26 15:24:48 +02:00
images.rs Fix text rendering with path-clipping 2021-04-20 22:25:59 +02:00
lib.rs GL backend: Fix round corner clip radius 2021-04-26 17:34:00 +02:00
svg.rs GL: Fix rendering of scaled SVG for which height > width 2021-02-16 10:42:13 +01:00