xwikisas / application-diagram Public
forked from xwiki-contrib/application-diagramNew issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Textbox" shape isn't showing in XWiki PDF export #100
Comments
We need to debug the createAlternateContent function. Currently the expected behavior is to view the HTML inner text in PDF export (as a fallback for the SVG foreign object which is not supported by Apache FOP). |
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Jan 17, 2020
* first version for basic text shapes inserted: simple short text, headers, lists (without their corresponding numbers or bullets), rudimentar text wrap * handle recursively the html elements and their children, from inside a foreignObject element; add style, wrap text, change height if needed * on todo list: better wrap text, since it still allocates a wrong number of words per computed row; add the defined style of an element; add style for specific not handled tags
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Jan 20, 2020
* changed the function for measuring word width * refactoring and update comments
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Jan 30, 2020
* added variable for line height
oanalavinia
added a commit
that referenced
this issue
Jan 30, 2020
* first version for basic text shapes inserted: simple short text, headers, lists (without their corresponding numbers or bullets), rudimentar text wrap * handle recursively the html elements and their children, from inside a foreignObject element; add style, wrap text, change height if needed * on todo list: better wrap text, since it still allocates a wrong number of words per computed row; add the defined style of an element; add style for specific not handled tags * changed the function for measuring word width * refactoring and update comments * added variable for line height
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Expected results: The shape / text is shown properly.
Actual results: "[Not supported by viewer]" appears instead of the shape / text.
Environment: XWiki 8.4.5 with Chrome 78 and Diagram Application (Pro) 1.12
The text was updated successfully, but these errors were encountered: