Closed bertfrees closed 5 years ago
vertical-position does not work in this situation:
<obfl xmlns="http://www.daisy.org/ns/2011/obfl" version="2011-1" xml:lang="und"> <layout-master name="master" page-width="10" page-height="20"> <default-template> <header/> <footer/> </default-template> </layout-master> <sequence master="master"> <!-- <block>⠿⠿⠿</block> --> <block> <block vertical-position="4">⠿⠿⠿</block> <block vertical-position="8">⠿⠿⠿</block> </block> </sequence> </obfl>
The vertical-position="8" works, but the vertical-position="4" not. When the first block is uncommented, it works. And it also works when the outer block containing the two other is removed.
vertical-position="8"
After updating to the latest Dotify this is now also an issue for SBS.
Fixed in https://github.com/sbsdev/pipeline/commit/759bd1f.
vertical-position does not work in this situation:
The
vertical-position="8"
works, but the vertical-position="4" not. When the first block is uncommented, it works. And it also works when the outer block containing the two other is removed.