-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More possible issues with vertical-position #95
Comments
Counting things that comes after the block is incorrect. However, I do think that the entire block (including margins) should end on the specified line.
|
Thanks. <sequence master="body">
<block>⠉⠉⠉⠉⠉</block>
<block margin-bottom="2">
<block vertical-align="before" vertical-position="8" margin-bottom="1">
<block>⠿⠿⠿⠿⠿<br/>⠿⠿⠿⠿⠿<br/>⠿⠿⠿⠿⠿</block>
</block>
</block>
<block>⠉⠉⠉⠉⠉</block>
</sequence> Like this? <page>
<row>⠉⠉⠉⠉⠉</row>
<row/>
<row/>
<row/>
<row>⠿⠿⠿⠿⠿</row>
<row>⠿⠿⠿⠿⠿</row>
<row>⠿⠿⠿⠿⠿</row>
<row/>
<row/>
<row>⠉⠉⠉⠉⠉</row>
</page> |
@kalaspuffar Joel said that at least part of this reported behavior is wrong, in other words a bug in Dotify, so maybe interesting for you to look at. How exactly |
I have made the following test OBFL:
which results in this PEF:
@joeha480 Could you change this PEF according to what is expected according to you. The spec is not entirely clear about this. I would think the position of the block with
vertical-position
should not be affected by the⠉⠉⠉⠉⠉
block after it. But also the fact that the position is affected bymargin-bottom
seems a bit strange.If you can fix the expected output I will try to fix the issue.
Note that my fix for #92 did not fix this issue.
The text was updated successfully, but these errors were encountered: