Bug 157677 - calc / chart svg image export use wrong transform-rotate x,y
Summary: calc / chart svg image export use wrong transform-rotate x,y
Status: RESOLVED DUPLICATE of bug 155488
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: graphics stack (show other bugs)
Version:
(earliest affected)
7.6.2.1 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-10 06:26 UTC by mxvinbox
Modified: 2023-10-10 12:14 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
svg (53.81 KB, image/jpeg)
2023-10-10 06:27 UTC, mxvinbox
Details
poc (62.19 KB, image/jpeg)
2023-10-10 06:32 UTC, mxvinbox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mxvinbox 2023-10-10 06:26:48 UTC
Description:
svg export of chart are not properly assign the x and y of transform=rotate(a x y)
leads to missing rotated text in the svg (its flying out of bound)


Steps to Reproduce:
1. Create chart. Enable Y axis title
2. "Export as Image" the chart, saved to svg file
3. Observed exported svg on viewer (browser)

Actual Results:
rotated element fly out of bound

Expected Results:
normal svg image


Reproducible: Always


User Profile Reset: No

Additional Info:
I'll attached screenshot for better explanation
Comment 1 mxvinbox 2023-10-10 06:27:26 UTC
Created attachment 190102 [details]
svg
Comment 2 mxvinbox 2023-10-10 06:32:29 UTC
Created attachment 190103 [details]
poc
Comment 3 Xisco Faulí 2023-10-10 10:18:18 UTC
Thank you for reporting the bug. Please attach a sample document, as this makes it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive information before attaching it. 
See https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F for help on how to do so.)
Comment 4 m_a_riosv 2023-10-10 11:19:57 UTC
Maybe a dup of tdf#155488
Comment 5 mxvinbox 2023-10-10 12:08:49 UTC

*** This bug has been marked as a duplicate of bug 155488 ***
Comment 6 mxvinbox 2023-10-10 12:14:53 UTC
Thanks. Sorry for the DUP