<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Page Style > Area > Gradient: Increment value not saved with document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133525#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Page Style > Area > Gradient: Increment value not saved with document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133525">bug 133525</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>(In reply to Julien Nabet from <a href="show_bug.cgi?id=133525#c1">comment #1</a>)
<span class="quote">> On pc Debian x86-64 with master sources updated today, I could reproduce
> this.

> Regina: trying to save different values related to gradient in the file and
> unzipping it, I noticed there were no attribute concerning increment.
> Indeed, styles.xml contains this line:
>      <draw:gradient draw:name="Gradient_20_4" draw:display-name="Gradient 4"
> draw:style="rectangular" draw:cx="76%" draw:cy="77%"
> draw:start-color="#ffd7d7" draw:end-color="#b4c7dc"
> draw:start-intensity="95%" draw:end-intensity="90%" draw:angle="34deg"
>     draw:border="35%" />

> Is "increment" attribute a kind of extension to ODF?</span >

No, it is ODF. But "increment" does not belong to the gradient definition in
<draw:gradient>, but it is a property of the object itself. Therefore it is in
the automatic-style of the object in the attribute draw:gradient-step-count.
For a page you get in LO7.0 (ODF 1.3) for example:
<style:drawing-page-properties draw:fill="gradient"
draw:fill-gradient-name="yellow2blue30deg" draw:gradient-step-count="7"
draw:background-size="full"/>

LO6 is faulty in writing gradients for pages.

The error here is, that the dialog does not mirror the values of the
master-page, if it opens for a page. It does mirror the value if it is opened
on shapes.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>