Inkscape.org
Beginners' Questions Break line under text
  1. #1
    mrgou mrgou @mrgou

    I have a diagram where text intersects with lines. I'd like to break the line so that it does not overlap with the text, preferably avoiding having to draw a white rectangle between both.

    What would be the best way to achieve that?

    Screenshot 2025 09 24 153721
  2. #2
    Paddy_CAD Paddy_CAD @Paddy_CAD
    šŸ‘

    Here are three methods.

    1.Ā  Add nodes and break the line. (I mostly use this.)
    2. Clone LPE and increased stroke width.
    3. Bounding Box LPE and Offset LPE.

  3. #3
    David248 David248 @David248
    *

    Quick and repeatible way for solution 1.

    Enable snapping to bounding boxe's edges and cusp or smooth nodes. Use node tool to select line, double click when it snaps to bounding boxes edges. Then hold ctrl key and double click on segment to delete.

    BTW solution n°3 is a brilliant one. Sadly, seems buggy if you add an inverse clip to line. Maybe a mask ? 

  4. #4
    mrgou mrgou @mrgou

    Thanks! Indeed I think I was making things too complicated, and the first method is the easiest. It looks like more manual work, but in the end, it's less operations.