Using the border-image css property on the site has strange rendering artifacts on the iPad (assuming all ios devices have the same problem). This essentially adds small lines where the image is sliced according to css. See Image as a reference:

Performing certain actions will lead to the disappearance of lines, such as scaling or moving the div to which I applied it. I assume this is a rendering error in mobile safari, but does anyone have any ideas / suggestions for fixing it?
I can add that this displays correctly in all desktop browsers that support the property: safari, chrome, firefox, etc.
source
share