mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Add support for line dash to ProxyContext.
This commit is contained in:
parent
c5b317600a
commit
320caa56d1
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ var ProxyContext = new function() {
|
|||
'drawImage(image,dx,dy)', 'drawImage(image,dx,dy,dw,dh)',
|
||||
'drawImage(image,sx,sy,sw,sh,dx,dy,dw,dh)', 'createImageData(sw,sh)',
|
||||
'createImageData(imagedata)', 'getImageData(sx,sy,sw,sh)',
|
||||
'putImageData(imagedata,dx,dy,dirtyX,dirtyY,dirtyWidth,dirtyHeight)'
|
||||
'putImageData(imagedata,dx,dy,dirtyX,dirtyY,dirtyWidth,dirtyHeight)',
|
||||
'setLineDash(array)', 'lineDashOffset'
|
||||
];
|
||||
var fields = /** @lends ProxyContext# */ {
|
||||
initialize: function(context) {
|
||||
|
|
Loading…
Reference in a new issue