https://bugs.documentfoundation.org/show_bug.cgi?id=157124

--- Comment #3 from Jim Avera <[email protected]> ---
Inside the .odt file the style used by the the green frame with setting "Top to
baseline" looks correct:

    style:style {
      att={'style:family' => 'graphic','style:name' =>
'fr4','style:parent-style-name' => 'runon'}
      style:graphic-properties {
        att={
          'draw:fill' => 'solid','draw:fill-color' => '#dee7e5',
          'draw:wrap-influence-on-position' => 'once-concurrent',
          'fo:background-color' => '#dee7e5','loext:allow-overlap' => 'false',
          'style:vertical-pos' => 'top','style:vertical-rel' => 'baseline'
        }     
      }
    }   

style:vertial-pos is 'top' which seems correct (the other frame as this
property set to 'bottom', again as expected).

This makes me wonder if LibreOffice implements the style:vertical-pos property
backwards...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to