Search found 7 matches
- 2013-11-06T09:37:34-07:00
- Forum: Users
- Topic: librsvg not rendering xlink (external) images from svg
- Replies: 2
- Views: 6335
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
- 2013-11-06T09:25:20-07:00
- Forum: Developers
- Topic: SVG to jpg conversion fails if svg contains http/https urls
- Replies: 1
- Views: 6935
- 2013-11-06T09:23:47-07:00
- Forum: Users
- Topic: librsvg not rendering xlink (external) images from svg
- Replies: 2
- Views: 6335
Re: librsvg not rendering xlink (external) images from svg
Possibly related to this viewtopic.php?t=23900
- 2013-11-06T09:22:38-07:00
- Forum: Users
- Topic: librsvg not rendering xlink (external) images from svg
- Replies: 2
- Views: 6335
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 ...
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 ...
- 2013-11-05T20:08:10-07:00
- Forum: Users
- Topic: Transparent areas of SVG layer being filled in by black
- Replies: 5
- Views: 9312
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 ...
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 ...
- 2013-11-05T19:09:17-07:00
- Forum: Users
- Topic: Transparent areas of SVG layer being filled in by black
- Replies: 5
- Views: 9312
- 2013-11-05T17:31:55-07:00
- Forum: Users
- Topic: Transparent areas of SVG layer being filled in by black
- Replies: 5
- Views: 9312
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 ...
When the SVG is viewed in the browser ...