Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    What is the different between Svg in C++ Class and the SVG in Qt Webkit?

    Qt WebKit
    2
    2
    882
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jiaohenghao last edited by

      As we know that, Qt Webkit is able to render the Svg, and the Qt C++ Class such as QSvgRenderer can also do the same work. My questions are:

      1. Do thay use the same SVG Render Engine? or they are different from each other?
      2. Which one is more fast?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        QtSvg module only supports SVGTiny specification, so it does not guarantee to render real SVG files accurately. It has less dependencies than WebKit, but I don't know abut the performance, you would have to benchmark it.

        QtWebKit has full support for SVG standard, so it should render all SVG files correctly.

        (Z(:^

        1 Reply Last reply Reply Quote 0
        • First post
          Last post