diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-14 22:18:27 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-14 22:40:08 +0100 |
commit | c9cdc1252374a04f866c0715cb582cc08935d92d (patch) | |
tree | ecff3f68b7629c810aff38d2e22099f3de927a87 /chart2 | |
parent | f38aa72c1d8f9e535d2b5cefbb2af7f6f37b81a8 (diff) |
fdo#68927: sw: fix painting of SVG page background
There was a fix for a wrong constant resulting in too large image size in
a1a0830d1ac3ffabbe35bd8a0264b64f1f7a9d67, and it turns out that painting
of SVG backgrounds was relying on the wasteful rasterization: the SVG
is rasterized only once (at the initial zoom level) and then cached, and
now the correct image size for 100% is simply scaled up when zooming in.
Fix that by painting SVGs with the drawing layer primitives instead,
which appears to give better results.
Change-Id: I4be16856fd080290526d4963d8c512beefa85363
Diffstat (limited to 'chart2')
0 files changed, 0 insertions, 0 deletions