在raphaeljs形状的属性填充中显示错误的图像

时间:2012-03-20 14:33:21

标签: canvas svg raphael graphael

我在ipad上遇到了一些问题,当我用一些图像填充一个形状时,图像显示错误,向后。 代码是这样的:

shape.attr({
    fill: 'url(images/pictest.png)'
,   stroke: color
,   'fill-opacity': 1
,   'stroke-width': 2
,   cursor: 'move'
});

我该如何解决?

0 个答案:

没有答案
相关问题