<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <blockquote type="cite"
cite="mid:CAEAsFmhWMSWsyOypNZk38XGkN8+HuNLQtoAttKzxBSK9D+EXKw@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_quote">
          <div>The order of the bounds message is: "<xmin>,
            <ymax>, <xmax>, <ymin>".</div>
          <div><br>
          </div>
          <div>This makes more sense as a pair of top and bottom
            coordinates and maybe we can change the window dialog
            accordingly, but I also think that is quite confusing. The
            message seems inverted as it'd make more sense to me to
            something like "<xmin>, <ymin>, <xmax>,
            <ymax>" or "<xmin>, <xmax>, <ymin>,
            <ymax>" in both the 'bounds' message and the
            properties window. </div>
        </div>
      </div>
    </blockquote>
    <p>Yes, the order might not be intuitive, but once you know it, I
      don't think there's a problem.<br>
    </p>
    <p>Note that for non-GOP patches, the last two arguments are
      effectively ignored. To set the x-pixel-size to 2 and the
      y-pixel-size to 4, you would send [bound 2 4 0 0(.</p>
    <p>Now, it would be nice if the last two arguments could be omitted.
      Currently, Pd would complain with an error. For this purpose, the
      current argument order is actually helpful.<br>
    </p>
    <p>Also note that the y-pixel-size argument is really inverted, so
      [bound 2 4 0 0( actually sets the y-pixel size to -4. That part is
      really confusing, but we cannot change that. Instead we just need
      to document it properly.<br>
    </p>
    <blockquote type="cite"
cite="mid:CAEAsFmhWMSWsyOypNZk38XGkN8+HuNLQtoAttKzxBSK9D+EXKw@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_quote">
          <div>Not sure what to do besides creating a new message/method
            to replace 'bounds'.</div>
        </div>
      </div>
    </blockquote>
    Just leave it as it is? <br>
    <blockquote type="cite"
cite="mid:CAEAsFmhWMSWsyOypNZk38XGkN8+HuNLQtoAttKzxBSK9D+EXKw@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_quote">
          <div><br>
          </div>
          <div>There's a PR or a new message to set graph size ==> <a
              href="https://github.com/pure-data/pure-data/pull/627"
              moz-do-not-send="true" class="moz-txt-link-freetext">https://github.com/pure-data/pure-data/pull/627</a>
            maybe it could also set bounds... (?)</div>
        </div>
      </div>
    </blockquote>
    <p>[goprect( is really about setting the GOP size and position. I
      explicitly do not want to add boundary/pixel-size arguments
      because we already have [bounds(.</p>
  </body>
</html>