Skip to content

Issue with svg images #151

Open
Open
@architdugar

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions