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
but wanted input on the best way to do this to handle more cases.
Locally, I added another "else if" for this use case and ran the buildImage function. It worked as expected in office for desktop, but did not work for libre. Not an urgent bug as we found a workaround but wanted to add the repro steps here.
The text was updated successfully, but these errors were encountered:
In the following scenario, the image will not render properly.
After triaging, it can be as simple as checking for a vNode here:
html-to-docx/src/helpers/xml-builder.js
Line 584 in 2ae805d
but wanted input on the best way to do this to handle more cases.
Locally, I added another "else if" for this use case and ran the buildImage function. It worked as expected in office for desktop, but did not work for libre. Not an urgent bug as we found a workaround but wanted to add the repro steps here.
The text was updated successfully, but these errors were encountered: