core icon indicating copy to clipboard operation
core copied to clipboard

Drag and drop sprite is not rendered correctly on web

Open kkoreilly opened this issue 6 months ago • 0 comments

Describe the bug

Because we use raster-based rendering for the drag-and-drop sprite on web, but there are no embedded fonts, the text is not rendered. There are also appear to be other styling issues with background color. We should grab the image directly from the html canvas in grabRenderFrom instead of rendering it using rasterx.

How to reproduce

Go to the tree page on the docs on the web.

Example code


Relevant output


Platform

Web

kkoreilly avatar Jun 10 '25 21:06 kkoreilly