Border-image shows 9-slice lines when parent element is scaled using transfrom
问题 I am using border-image property to create styled components with 9-slice. Also I am using css transform: scale(x) property to scale down/up my elements based on screen sizes. The issue I am running into is that my 9-slice component looks fine when scale is set to a whole number like 1, 2, 3... but if its a float then the border shows 9-slice lines/gaps and I am having hard time fixing it. I have tried setting different values for border-image-slice as well as the scale . Initially thought