Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Text rectangles can sometimes overlap #31

Open Remi05 opened 3 years ago

Remi05 commented 3 years ago

When the target and selected elements are close and/or small, the dimensions and distance text rectangles can sometimes overlap. This prevents the user from being to read the covered text rectangles, so it would be useful to find a way to avoid this issue. We could try showing the rectangles on another side, or moving them in a direction until they don't overlap anymore.

Screenshots:

Redlines_TextRectangles_Overlapping