https://bugs.documentfoundation.org/show_bug.cgi?id=132291

Regina Henschel <rb.hensc...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |rb.hensc...@t-online.de

--- Comment #2 from Regina Henschel <rb.hensc...@t-online.de> ---
'Subtract' means: Subtract all shapes, which are not the deepest in the stack
from the shape, which is the deepest in the stack order. Then remove those
shapes.

In your case: The left rectangle is the deepest one. You subtract the right
rectangle. No overlap, simple remove the rectangle. Subtract the oval. That
changes the outline of the left rectangle.

It seems you try to subtract the oval from both rectangles. To do this, you
have to change your drawing, so that the rectangles are together the deepest in
the stack order. You can do this by grouping the two rectangles or you can
combine the two rectangles. After that is done, you can subtract the oval.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to