[go: up one dir, main page]

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

different desh-dencity #228

Closed
JoKalliauer opened this issue Feb 26, 2020 · 3 comments
Closed

different desh-dencity #228

JoKalliauer opened this issue Feb 26, 2020 · 3 comments

Comments

@JoKalliauer
Copy link
Contributor

Rendering https://commons.wikimedia.org/wiki/File:Grundriss_Burg_Hageneck.svg leads to different line-density

r re
Grundriss Burg Hageneck_r Grundriss Burg Hageneck_re

Copyright

source: https://commons.wikimedia.org/wiki/File:Grundriss_Burg_Hageneck.svg

author: Sir Gawain

license: https://creativecommons.org/licenses/by-sa/4.0/deed.de

@RazrFalcon
Copy link
Collaborator

This is a bug of the old rsvg.

Please, use the latest rsvg version in your tests and compare with chrome/firefox first.

@JoKalliauer
Copy link
Contributor Author

Please, use the latest rsvg version in your tests and compare with chrome/firefox first.

I have Ubtuntu 18.04 LTS so it is default is rsvg-convert version 2.40.21, installing newer ones leaded to problems (depends on cairo 1.16,...)

I think I will wait till April for Ubuntu 20.04 LTS and then update

@RazrFalcon
Copy link
Collaborator
RazrFalcon commented Feb 29, 2020

installing newer ones leaded to problems (depends on cairo 1.16,...)

Yes, I've also ran into this. Here is a workaround (edit paths and versions first):

cd cairo-src
./configure --prefix=/my_path/cairo-build-1.16
make 
make install
cd librsvg-src
env PKG_CONFIG_PATH=/my_path/cairo-build-1.16/lib/pkgconfig ./configure --prefix=/my_path/librsvg-build-2.47 --enable-introspection=no --disable-pixbuf-loader
make 
make install

my_path can be replaced with any user path like /home/name/ (do not use ~).

And that's it. No need to install anything as root.

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

2 participants