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

--- Comment #6 from Regina Henschel <rb.hensc...@t-online.de> ---
The problem in bug 112192 is different. There the angles of the arcTo command
introduce only the two equations to convert the angles from 1/60000 deg in oox
to degree in LO but the angles themselves are direct values in oox. Here the
angles are references in oox. So the test in
https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/customshapeproperties.cxx?r=c70ee4a6#201
is still true even after applying the commit, which subtracts the angle
conversion equations from the number of equations.

The bug here requires a rework of how LibreOffice implements the oox feature
"values are interpreted in coordinate-system of current shape width/height".
ODF allows for custom shapes a missing svg:viewBox which would correspond to
that feature. But LO has not implemented that. Instead we have a magic
svg:viewBox="0 0 0 0", which prevents rendering if not coupled with
SubViewSize.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to