On 12 March 2015 at 16:47, Massimo Callegari <[email protected]> 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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
