Skip to content
New 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

Issue with svg images #151

Open
architdugar opened this issue Nov 25, 2021 · 0 comments
Open

Issue with svg images #151

architdugar opened this issue Nov 25, 2021 · 0 comments

Comments

@architdugar
Copy link

architdugar commented Nov 25, 2021

I am just using a simple image tag in this,

docx.img 'https://travis-ci.org/carrierwaveuploader/carrierwave.svg' do
width 396
height 216
align :right # controls the justification of the image. default is :left.
top 10 # sets the top margin. units specified in pixels.
bottom 10 # sets the bottom margin. units specified in pixels.
left 10 # sets the left margin. units specified in pixels.
right 10 # sets the right margin. units specified in pixels.
end

which actually is appearing perfect in libreoffice, but breaking in windows OS - MS Office,

thanks in advance

It is only happening with the svg images as of now what I have checked.

In windows in MS word:-
windows

In Libreoffice in ubuntu:-

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant