Questions tagged [librsvg]

librsvg is a library to render SVG files using cairo.

librsvg is a library to render SVG files using cairo. Additionally, using various tools you can create and manipulate SVG objects.

67 questions
0
votes
1 answer

debug with svgalib program under linux

I have device which is running linux with svga library for user interface. I tried to debug it by using GDB, but I got black screen when I initiated graphic by launching svga library. Any body knows how I can make it work? Thanks.
sunisland
  • 1
  • 1
  • 1
0
votes
1 answer

librsvg library crashing in release mode

recently I've been trying to write an application that draws SVG pictures. I'm using librsvg library in order to do so. I found a static library file "librsvg-2.dll.a" somewhere and it seemed to do the trick. The problem is that it crashes in…
Bolek
  • 1
0
votes
1 answer

ImageMagick reading SVG with unexpected result

I have a question about IM reading SVG Images and it really troubles me. For the SVG image below,
0
votes
2 answers

librsvg crash due to libxml2?

I'm looking to support rendering SVG images as Bitmaps, I'm using librsvg. So far it works well and draws using Cairo, hooray! However I've run into an issue: We have a control that is similar to Windows Explorer, e.g. it creates thumbnail-sized…
JosephA
  • 1,187
  • 3
  • 13
  • 27
0
votes
1 answer

Integrating Poilu raphael boolean operations(union,substraction) with SVG-edit

I am doing a modification of svg-edit, more specifically Mark McKays Method draw: https://github.com/duopixel/Method-Draw. I want to use this Raphael library i found: https://github.com/poilu/raphael-boolean that allows me to perform boolean(set)…
nicholaswmin
  • 21,686
  • 15
  • 91
  • 167
0
votes
0 answers

Weld overlapping svg paths into one path using javascript

Would there be a way to weld 2 overlapping svg paths together into one unified single path using javascript?
nicholaswmin
  • 21,686
  • 15
  • 91
  • 167
-1
votes
1 answer

foreignobject in svg

How to change the height and width of textarea (or any html element) from javascript which is inside foreign object in svg.Moreover, can I drag an html elelment and drop on svg container by any mean (htm5 any hint) or atleast can I get the…
Arslan Ahson
  • 256
  • 1
  • 3
  • 10
1 2 3 4
5