You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bounded box around the canvas local refresh/render in Graphin seems to be too small for some Font Families (and or viewports depending on browser used).
I suspect the local refresh box is calculated too eagerly, so if you have a certain font family or if you use Safari, it ends up overflowing - leaving artefacts behind. See picture below.
This seem to happen more on Safari (not so frequent in Chrome).
Suggestion: We should add some padding around the local render to avoid text/image overflow.
Hi there,
did you ever figure out how to resolve this? We're running into the same issue. You describe adding padding around the local render box... is there a way to achieve / hack that as a consumer of the library, without forking it or modifying its source code? Thanks for the help!
Describe the bug
The bounded box around the canvas local refresh/render in Graphin seems to be too small for some Font Families (and or viewports depending on browser used).
I suspect the local refresh box is calculated too eagerly, so if you have a certain font family or if you use Safari, it ends up overflowing - leaving artefacts behind. See picture below.
This seem to happen more on Safari (not so frequent in Chrome).
Suggestion: We should add some padding around the local render to avoid text/image overflow.
Your Example Website or App
https://codesandbox.io/s/runtime-butterfly-z2fmlz?file=/src/App.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
No artefacts should be left behind.
Screenshots or Videos
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: