You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a great package, it's the only one I've found that can handle variable widths and heights, it's very useful for a project I'm currently working on :)
I've stumbled upon a small issue that I think relates to calculations of positions of blocks. In some instances there will be a minimal gap between blocks. See the attached video where I have purposely made all blocks green to highlight the issue. I wonder if this issue could easily be fixed by rounding off upwards for width/horizontal position to make sure that there's no gap between the blocks.
rounding.mov
The text was updated successfully, but these errors were encountered:
Quite interesting. I think rounding alone won't solve this problem, but will introduce an overlap problem then. Try playing with this line, might be round instead of floor will be a better fit.
Hey!
Thanks for a great package, it's the only one I've found that can handle variable widths and heights, it's very useful for a project I'm currently working on :)
I've stumbled upon a small issue that I think relates to calculations of positions of blocks. In some instances there will be a minimal gap between blocks. See the attached video where I have purposely made all blocks green to highlight the issue. I wonder if this issue could easily be fixed by rounding off upwards for width/horizontal position to make sure that there's no gap between the blocks.
rounding.mov
The text was updated successfully, but these errors were encountered: