On 25/8/11 21:26, Krzysztof KosiĆski wrote:
I committed the rendering cache work in revision 10579 of trunk.
If you encounter serious problems, you can turn off caching completely by defining the environment variable _INKSCAPE_DISABLE_CACHE. For example, run inkscape as: $ _INKSCAPE_DISABLE_CACHE=1 inkscape
By default, each drawing will use up to 64 MB of memory for rendering data. It can be set in the "Rendering" page of the preferences (renamed from "Filters").
Regressions not reproduced with r10577, reproduced with r10581, r10612 (latest revision tested with cairo 1.10.2 and cairo 1.11.2):
Bug #839748 "Inkcape doesn't render gradients in blurred objects" https://bugs.launchpad.net/inkscape/+bug/839748
Affects text objects with gradients (tested with r10612): - on-canvas: errors depending on transforms (text or gradient) and zoom level - bitmap export: transformed gradients on transformed texts render filled with the color of the first gradient stop
~suv