Search found 7 matches

by joekarl
2013-11-06T09:37:34-07:00
Forum: Users
Topic: librsvg not rendering xlink (external) images from svg
Replies: 2
Views: 5921

Re: librsvg not rendering xlink (external) images from svg

I'm also seeing this running on Red Hat 6.3 with RSVG 2.26.0 and IM 6.8.4-6
by joekarl
2013-11-06T09:25:20-07:00
Forum: Developers
Topic: SVG to jpg conversion fails if svg contains http/https urls
Replies: 1
Views: 6541

Re: SVG to jpg conversion fails if svg contains http/https u

I'm seeing the same thing but on OSX 10.9.

Here's my post viewtopic.php?f=1&t=24400
by joekarl
2013-11-06T09:22:38-07:00
Forum: Users
Topic: librsvg not rendering xlink (external) images from svg
Replies: 2
Views: 5921

librsvg not rendering xlink (external) images from svg

Using imagemagick 6.8.7-0, librsvg 2.36.3 on OSX 10.9. Basic svg with an xlink:href image. Using the RSVG renderer, the image is not displayed. Using the MSVG renderer, the image is displayed. Unfortunately can't use MSVG due to some outstanding bugs. Anyways, here's a sample SVG that is exhibits ...
by joekarl
2013-11-05T20:08:10-07:00
Forum: Users
Topic: Transparent areas of SVG layer being filled in by black
Replies: 5
Views: 8227

Re: Transparent areas of SVG layer being filled in by black

So the original image (the png) is transparent with green spirals (no white, no black). If I do not set the opacity on the image element and run it through `convert -background none bad.svg bad.png`, I get the same as the original png, transparent background, fully opaque green spiral. If I do set ...
by joekarl
2013-11-05T19:09:17-07:00
Forum: Users
Topic: Transparent areas of SVG layer being filled in by black
Replies: 5
Views: 8227

Re: Transparent areas of SVG layer being filled in by black

Nope, didn't work.

I also tried

Code: Select all

convert -background none svg:bad.svg png:bad.png
by joekarl
2013-11-05T17:31:55-07:00
Forum: Users
Topic: Transparent areas of SVG layer being filled in by black
Replies: 5
Views: 8227

Transparent areas of SVG layer being filled in by black

Basically what I'm seeing is when I create an SVG image with partially transparent png images inside, if I set the image opacity or a parent of the image's opacity, the transparent portions of the image are turned to black and then the opacity is applied. When the SVG is viewed in the browser ...