
22 Sep
2010
22 Sep
'10
10:59 p.m.
On 22/9/10 22:03, ~suv wrote:
attached is a vector-only EPS version (from
'share/icons/inkscape.svg' with edited gradient stop colors, but no drop-shadow), exported to EPS with Inkscape 0.48. Still testing how to get a smooth drop-shadow in vector, without rasterization and as close as possible to the original.
About the EPS export from Inkscape: the 'trick' to avoid rasterization when using fully opaque gradients: choose language level 2 instead of default level 3 in the EPS export dialog: as long as none of the objects in the file has reduced opacity, the resulting EPS file will not be rasterized and be written as
%%LanguageLevel: 3
Hint taken from bug #491590 “EPS Level 3 export Rasterized” https://bugs.launchpad.net/inkscape/+bug/491590
~suv