https://bugs.documentfoundation.org/show_bug.cgi?id=94731
--- Comment #9 from Regina Henschel <[email protected]> --- The problem has been discussed in the ODF TC, https://lists.oasis-open.org/archives/office/202112/msg00029.html The ODF TC sees differences in all application and considers to add further attributes to allow applications to draw the gradient as they used to do. Open question is for example, whether the area of the gradient is related to the rectangle given by the svg:width and svg:height attributes or is related to the bounding rectangle of the shape. The old, version 3.5, way of drawing gradient "Gradient 4" of the example document, that has in file the attribute draw:style="square", is wrong. A square is defined to have same length for width and height and that is not the case in the old way of rendering. The new way has a square, but it does not follow the specification [1], that the _minimum_ of width and height has to be used as size. The way of drawing gradient "Gradient 5" of the example document, that has in file the attribute draw:style="rectangular", is wrong too. According specification the gradient ends in the center given by draw:cx and draw:cy. That means that the gradient ends in a _point_, but in LibreOffice it ends in a line segment. [1] https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part3-schema/OpenDocument-v1.3-os-part3-schema.html#__RefHeading__1417216_253892949 Next step is to discuss, which kinds of gradient LibreOffice really wants and which additional attributes in file format are needed to describe the desired gradients unmistakably. -- You are receiving this mail because: You are the assignee for the bug.
