rive-app / rive-runtime

Low-level C++ Rive runtime and renderer
MIT License
655 stars 36 forks source link

Hairline borders always visible #8

Open FilledStacks opened 6 months ago

FilledStacks commented 6 months ago

Hey Team,

I've been experiencing a bug as I'm using rive.

This is visible in the MacOS editor as well as on the runtime on device.

Here is a screenshot of the artboard in the editor.

in-editor

Context:

As you can see that circle covers the entire artboard, but somehow the background is leaking through on the edges of the artboard as a 1px border.

I thought it might only be in the editor, then ran it (in a Flutter app) to fit height, so I can see the entire artboard. Here's a screenshot of it happening on device as well.

on-device

I didn't know where to file this bug since there's no place for the app to file issues.

Is there a workaround for this?