Archived topic
One pixel left in generateblocks 1.2.0-alpha.1
5 replies · Started by Diogenes on November 5, 2020
Hi.
This is a query about the generateblocks beta, if it's the wrong place feel free to delete it.
I am testing version 1.2.0-alpha.1 of generateblocks.
When I add a shape, a one pixel border is added to the left.
Hi there,
Thanks for testing!
What browser are you seeing this in? I'm not able to see it at the moment.
Let us know :)
Hi Tom.
I'm using chrome on windows 10. On the page that I leave in the private information, you can see it at the end. Right now I watch it.
It is a single pixel, so it can be difficult to see.
Perhaps it's due to the 4k screen I'm using.
I just made a change to alpha.2 that should add a pixel to the width if it's set to 100% that should fix the issue.
You can test it like this:
.gb-container-38f8243e > .gb-shapes .gb-shape-1 svg {
width: calc(100% + 1.3px);
}
Works perfect Tom :D
Thank you.
Awesome - fixed in alpha.2. Thanks again for testing! :)