excalidraw icon indicating copy to clipboard operation
excalidraw copied to clipboard

Support text background

Open dwelle opened this issue 3 years ago • 1 comments
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:

  1. Rectangular/round bg depending on edges (which we could support as well when backgroundColor is set)

    image

    image

  2. Some sort of a stroke:

    image

    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

dwelle avatar Nov 26 '21 16:11 dwelle

Is someone working on this?

knightcube avatar Feb 04 '24 16:02 knightcube