[Libreoffice-bugs] [Bug 98565] FILEOPEN draw:transform="scale()" acts wrongly on line, polyline and path

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jan 4 23:49:25 UTC 2020


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

Regina Henschel <rb.henschel at t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|libreoffice-bugs at lists.free |rb.henschel at t-online.de
                   |desktop.org                 |
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=98
                   |                            |584
             Status|NEW                         |ASSIGNED

--- Comment #13 from Regina Henschel <rb.henschel at t-online.de> ---
Not duplicate, but needs to be fixed together with bug 98584.

The error here is, that width and height of a polygon-shape is only based on
svg:width and svg:height. Additional scaling in a draw:transform attribute is
ignored.

The problem becomes visible, when import of draw:transform value skewY is fixed
(bug 98584). A vertical shearing is replaced by using a suitable rectangle,
shear it horizontal and then rotate it. This rectangle is different from the
original rectangle given by svg:width and svg:height and therefore produces an
additional scaling in the transformation matrix.

-- 
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/20200104/9f489090/attachment.htm>


More information about the Libreoffice-bugs mailing list