[Development] The dark side of QtSvg

Giuseppe D'Angelo dangelog at gmail.com
Thu Mar 12 17:03:25 CET 2015


On 12 March 2015 at 16:47, Massimo Callegari <massimocallegari at yahoo.it> wrote:
>
> 3- it removes duplicated code between QtSvg and QtWebEngine

But there's no such code. QtWebEngine is a "thin" wrapper around
Blink/Chromium. The idea is precisely that Qt currently does not have
the resources for maintaining its port/fork of a web engine, so
there's nothing to extract to avoid duplication. You would introduce
duplication by extracting that subset into its own library.

Probably a better approach would be researching a SVG library that
then Qt can use (again, by wrapping it).
HTH,
-- 
Giuseppe D'Angelo



More information about the Development mailing list