https://issues.apache.org/ooo/show_bug.cgi?id=118729
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |STARTED Ever Confirmed|0 |1 --- Comment #1 from Armin Le Grand <[email protected]> 2012-01-11 11:08:35 UTC --- ALG: Reason identified: With the new MultiImage support a link svg and a non-link png gets saved. At load time the decider uses the URLs to weight the quality of multiple images. The error is that for linked images the URL is not fetched using 'GraphicStreamURL' property, but 'GraphicURL'. Thus, for linked images the URL for quality weighting was empty, thus the png won. Very good catch, corrected this to use 'GraphicURL' for links and all is working well. Also checked Writer which uses the same mechanism, but there the URL access is simpler and already was correct. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
