Results 1 to 3 of 3

Thread: [c++] Comparing SVG Libraries

  1. #1
    Join Date
    May 2008
    Beans
    1,029

    Question [c++] Comparing SVG Libraries

    I want to work with svg files and have found some information on a few libraries available:

    ksvg
    librsvg
    cairo
    svgl
    smoke
    libart
    agg2
    zinc
    xsvg
    glitz
    rsvg
    conversy

    I've also seen that there is wxSVG for support in wxWidgets: http://sourceforge.net/projects/wxsvg/. Which library does Ubuntu/Gnome use for displaying svg thumbnails (I'm assuming not ksvg )? Does anyone recommend a specific library? I'm not planning on doing any image manipulation at the moment. I would mostly want to be able to display svg images.

    Edit: I think I found the answer to "Which library does Ubuntu/Gnome use?": http://librsvg.sourceforge.net/
    Last edited by dodle; June 23rd, 2010 at 09:16 AM.

  2. #2
    Join Date
    May 2008
    Beans
    1,029

    Re: [c++] Comparing SVG Libraries

    bump

  3. #3
    Join Date
    Jul 2005
    Location
    Chicago, IL
    Beans
    1

    Re: [c++] Comparing SVG Libraries

    I too, would like to know. What are some suggested libraries?

    Also: necromancer++;

    I'm having issues with Cairo creating proper SVG files.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •