when I use
print(gcf, '-dpdf','-painters', 'aaa.pdf')
I get object transparency

but when I use:
export_fig aaa.pdf -q101 -painters
I loss transparency

I read in the description that -painters don't support transparency, but it seems that when using print it works.
can this be fixed?