Hi,
I was trying to understand if there is a way to draw a svg image (ex: circle) in a @page place (ex: @top-left) with an opacity different page from page, using a cymk color.
I was thinking something like:
but the opacity had to be in 0.x value and it seems not working with standard decimal value too.
It is a dead end, or there is something I can try?
Thank you.
f.
I was trying to understand if there is a way to draw a svg image (ex: circle) in a @page place (ex: @top-left) with an opacity different page from page, using a cymk color.
I was thinking something like:
@bottom-center{
background-image:url("imagines/circle.svg");
opacity:counter(page)}
but the opacity had to be in 0.x value and it seems not working with standard decimal value too.
It is a dead end, or there is something I can try?
Thank you.
f.