I’m working on a script that draws registration marks around a page. Every thing is working fine but if by mistake I change the default opacity from 100% to 50% before running the script, every object on the page is created at 50% opacity.
So I want to clear object style overrides of page item default before drawing anything. I know it’s juste a simple line but i can’t seems to make it work.