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}
usepackage[tikz]{ocgx2}

tikzset{%
button on/.style={%
draw,minimum size=5mm,
line width=1pt,
fill=blue!50,rounded corners,
switch ocg with mark on={#1}{},
},
}
begin{document}


begin{tikzpicture}
begin{scope}[ocg={name=rect1,ref=rect1,status=invisible}]
draw[fill=green!50](0,0)rectangle(2,1);
end{scope}
node[button on=rect1]at (-1.5,.5)(but){};
node[right=0 of but]{rect1};
end{tikzpicture}

begin{tikzpicture}
begin{scope}[ocg={name=rect2,ref=rect2,status=invisible}]
draw[fill=green!50](0,0)rectangle(2,1);
end{scope}
node[draw,rounded corners,switch ocg=rect2] at (-1,.5) {rectangle};
end{tikzpicture}

end{document}


screenshot










share|improve this question





























    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}
    usepackage[tikz]{ocgx2}

    tikzset{%
    button on/.style={%
    draw,minimum size=5mm,
    line width=1pt,
    fill=blue!50,rounded corners,
    switch ocg with mark on={#1}{},
    },
    }
    begin{document}


    begin{tikzpicture}
    begin{scope}[ocg={name=rect1,ref=rect1,status=invisible}]
    draw[fill=green!50](0,0)rectangle(2,1);
    end{scope}
    node[button on=rect1]at (-1.5,.5)(but){};
    node[right=0 of but]{rect1};
    end{tikzpicture}

    begin{tikzpicture}
    begin{scope}[ocg={name=rect2,ref=rect2,status=invisible}]
    draw[fill=green!50](0,0)rectangle(2,1);
    end{scope}
    node[draw,rounded corners,switch ocg=rect2] at (-1,.5) {rectangle};
    end{tikzpicture}

    end{document}


    screenshot










    share|improve this question



























      0












      0








      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}
      usepackage[tikz]{ocgx2}

      tikzset{%
      button on/.style={%
      draw,minimum size=5mm,
      line width=1pt,
      fill=blue!50,rounded corners,
      switch ocg with mark on={#1}{},
      },
      }
      begin{document}


      begin{tikzpicture}
      begin{scope}[ocg={name=rect1,ref=rect1,status=invisible}]
      draw[fill=green!50](0,0)rectangle(2,1);
      end{scope}
      node[button on=rect1]at (-1.5,.5)(but){};
      node[right=0 of but]{rect1};
      end{tikzpicture}

      begin{tikzpicture}
      begin{scope}[ocg={name=rect2,ref=rect2,status=invisible}]
      draw[fill=green!50](0,0)rectangle(2,1);
      end{scope}
      node[draw,rounded corners,switch ocg=rect2] at (-1,.5) {rectangle};
      end{tikzpicture}

      end{document}


      screenshot










      share|improve this question
















      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}
      usepackage[tikz]{ocgx2}

      tikzset{%
      button on/.style={%
      draw,minimum size=5mm,
      line width=1pt,
      fill=blue!50,rounded corners,
      switch ocg with mark on={#1}{},
      },
      }
      begin{document}


      begin{tikzpicture}
      begin{scope}[ocg={name=rect1,ref=rect1,status=invisible}]
      draw[fill=green!50](0,0)rectangle(2,1);
      end{scope}
      node[button on=rect1]at (-1.5,.5)(but){};
      node[right=0 of but]{rect1};
      end{tikzpicture}

      begin{tikzpicture}
      begin{scope}[ocg={name=rect2,ref=rect2,status=invisible}]
      draw[fill=green!50](0,0)rectangle(2,1);
      end{scope}
      node[draw,rounded corners,switch ocg=rect2] at (-1,.5) {rectangle};
      end{tikzpicture}

      end{document}


      screenshot







      ocgx2 ocgx






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 10 mins ago







      AndréC

















      asked 15 mins ago









      AndréCAndréC

      9,10911447




      9,10911447






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "85"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474981%2fis-there-a-bug-with-the-switch-ocg-with-mark-on-key-of-the-ocgx-and-ocgx2-pack%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474981%2fis-there-a-bug-with-the-switch-ocg-with-mark-on-key-of-the-ocgx-and-ocgx2-pack%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Contact image not getting when fetch all contact list from iPhone by CNContact

          count number of partitions of a set with n elements into k subsets

          A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks