You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that SVG elements are just exported from LibreOffice in their internal document order. A text box may appear to be at the top of the page, but if it was added later than others it may be the end of the document. This produce a very confusing result when trying to select text.
We should probably re-order the text elements in the slides' DOMs to correct this.
The text was updated successfully, but these errors were encountered:
I think that SVG elements are just exported from LibreOffice in their internal document order. A text box may appear to be at the top of the page, but if it was added later than others it may be the end of the document. This produce a very confusing result when trying to select text.
We should probably re-order the text elements in the slides' DOMs to correct this.
The text was updated successfully, but these errors were encountered: