Make the QSvgRenderer, and svgtoqml scalable. Without scaling, it is
hard to compare SVG files that have small size. Previously, only the
VectorImage widget was scalable. Moreover, add the current scale slider
value to the settings so that it can be retrieved the next time the
application is used.
Change-Id: I79dacd37e02b268ad8d2aadb71cc7d9d86e9b35a
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
A tool which opens a directory and lets you browse the .svg files
in it, showing how it gets rendered with QSvgRenderer, VectorImage
and svgtoqml.
In addition, if there is a png with the same name in the directory,
this will be displayed as a reference image.
Change-Id: Ie7f184b2e9c77589bf4eb5a2aec34059c42075eb
Reviewed-by: Hatem ElKharashy <hatem.elkharashy@qt.io>