excalidraw
excalidraw copied to clipboard
Support text background
trafficstars
The idea is to make text more visible on certain background, but also to highlight text (at least until https://github.com/excalidraw/excalidraw/issues/1126 is implemented).
Initially, we could just support the setting the backgroundColor and go with a good default.
A couple options:
-
Rectangular/round bg depending on
edges(which we could support as well whenbackgroundColoris set)

-
Some sort of a stroke:

It should probably be easy with Canvas: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/strokeText, but not so much with SVG?
Originally requested by @adamkdean
Is someone working on this?