Comment 5 for bug 605418

Revision history for this message
Adrien Cordonnier (adrien-cordonnier) wrote :

I have found a workaround for exporting svg images with gradients to EMF:

1) save a copy as XAML
2) manually edit line 2 of the XAML file: change <Viewbox ... Stretch="Uniform"> into <Viewbox ... Stretch="None">
3) convert XAML file to EMF file with xaml2emf (http://xamltoys.codeplex.com/)