1
如何使用rapaheljs可以使用rect
元素剪切內容?我通過手動創建元素來實現這一點。我創建的標記在下面給出,現在我想用raphaeljs做到這一點。如何使用raphaeljs中的rect元素剪輯內容?
<clipPath id="clipper">
<rect x="0" y="0" height="160" width="250"/>
</clipPath>
<g clip-path="url(#clipper)">
...
...
</g>
或者是否有任何其他方法使用rapaheljs創建這樣的裁剪矩形? 任何幫助,將不勝感激。謝謝。
[raphael js crop image]的可能重複(http://stackoverflow.com/questions/7948866/raphael-js-crop-image) – 2012-03-01 12:11:41