react-art
react-art copied to clipboard
Text vertical position incorrect for canvas and fast rendering modes.
In this example both the Text
and Rectangle
have y
set to 0.
Fast / Canvas
SVG (which is rendering correctly)
Anyone else experienced this? I know y'all core contributors are busy but if you point me in the right direction I can try my hand at fixing this.
Not sure, sorry. All the logic for the different modes is in https://github.com/sebmarkbage/art.
@spicyj ah yeah makes sense it would be an issue with art rather than react-art. I'll try and recreate the bug in vanilla art