[Libreoffice-bugs] [Bug 141518] LibreOffice Draw "Curve -> Freeform Draw" tool modifies the curve if it is too tight

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Apr 17 19:04:16 UTC 2021


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

--- Comment #3 from left_engine at yahoo.com ---
This is Reproducible, but may be more up to interpretation.

The freeform line tool does not work as you would see in something like
Microsoft Windows Paint which literally tracks and stores your exact cursor
position to the pixel.  Unlike Paint, you can edit the freeform line in Draw
after it has been created, which is the tradeoff. 

The help description of the freeform line tool states:

Draws a freeform line where you drag in the current document. To end the line,
release the mouse button. To draw a closed shape, release the mouse button near
the starting point of the line.

It does not indicate as to whether there is a limitation to the degree of
"freedom" the tool allow for.  

The overall Draw features file states:

Vector Graphics

LibreOffice Draw creates vector graphics using lines and curves defined by
mathematical vectors. Vectors describe lines, ellipses, and polygons according
to their geometry.

In other words, not pixel-by-pixel, but using start, end, and curvature
coordinates, which makes the object scalable, mutable, and distinguishable from
overlapping objects.

If you select the freeform line, then select the Move Points option from the
toolbar, you can see that the object is made up of points and curves, and is
not actually freeform down to the pixel.  You could adjust the freeform line to
your exact needs after the fact, but for a signature application, this would
not make sense.  

You could potentially increase the sensitivity of the cursor tracking to the
pixel by changing the drawing ratio and increasing the zoom factor of the
drawing, but the tradeoff will be more storage and processing.  

I would categorize the need to have a separate tool to draw a truly free form
line and store it as an image rather than a vector drawing as an enhancement
request.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210417/aa011f65/attachment.htm>


More information about the Libreoffice-bugs mailing list