Closed fischerscode closed 2 years ago
I tested the border on Android and I get this weird effect at the nip:
@quentinleguennec This should be fixed now. Let me know if there is still an issue.
@fischerscode Thanks, that fixed it!
I went a checked all the other positions with a border and they all work except the new topLeft and topRight. In fact those two give the same result as 'no' (no nip is drawn).
I tested by loading the previous commit (476ca605da989d53f55b5a3c32ea8e539099f392) and it's the same result so it's not a regression introduced with the new fix.
In fact those two give the same result as 'no' (no nip is drawn).
Could you please send me a screenshot? In my test, everything seems to work.
I just checked again and it's all working as expected.
The only way I can explain why is was not working for me previously is because I was trying to see if I could find a quick fix by modifing the plugin code directly in the cached repo, and I did touch the code for those 2 nips. That was before trying your fix though, not sure why I would end up with the new code and still have some of my local changes at the same time, wierd...
Anyway, it all works :)
I am closing this in favor of #40.
This PR would add two more BubbleNips (
topRight
andtopLeft
) as well as support for borders as requested in #7.