标签: canvas svg raphael graphael
我在ipad上遇到了一些问题,当我用一些图像填充一个形状时,图像显示错误,向后。 代码是这样的:
shape.attr({ fill: 'url(images/pictest.png)' , stroke: color , 'fill-opacity': 1 , 'stroke-width': 2 , cursor: 'move' });
我该如何解决?