Hi there, working on the Export features
const renditionOptions = [
{
node: node,
outputFile: file,
type: application.RenditionType.SVG,
minify: true,
embedImages: true,
background:false,
scale: 1
}
];
Would have
inline ,<style>.a{fill:#ff7b6e;}</style>
But in the manual options, I have “Prsentation Attributes” which is exactly what i wanted.
Try all options, no lucky.
Please advice.