Is there a bug with the `switch ocg with mark on` key of the ocgx and ocgx2 packages?
0
Indeed, with this key, visibility does not work properly. I quote the manual: /tikz/switch ocg with mark off={<ocg reference»}{<OCGs list> } These styles transform the current path or the current node in a link acting as if it is produced by the macro switchocg (the visibility status of referenced OCGs in the list is reversed). A mark (currently a simple cross) is drawn over the current path or node in an OCG whose reference is ocg reference . The visibility status of this OCG will be reversed as those of the entire list. Thus, the following two examples should work in the same way. However, only the second one with the switchocg key with the status=invisible leaves the rectangle invisible from the beginning. documentclass{article} usepackage[margin=1cm]{geometry} usepack...