mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
parent
40a8012ab0
commit
825fa42141
@ -427,7 +427,7 @@
|
|||||||
return getIsPointValue({
|
return getIsPointValue({
|
||||||
func: (x, y) => original.call(this, x, y, args[2]),
|
func: (x, y) => original.call(this, x, y, args[2]),
|
||||||
x, y,
|
x, y,
|
||||||
index: x + this.width * y,
|
index: x + this.canvas.width * y,
|
||||||
originalValue, window, prefs
|
originalValue, window, prefs
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -462,7 +462,7 @@
|
|||||||
return getIsPointValue({
|
return getIsPointValue({
|
||||||
func,
|
func,
|
||||||
x, y,
|
x, y,
|
||||||
index: x + this.width * y,
|
index: x + this.canvas.width * y,
|
||||||
originalValue, window, prefs
|
originalValue, window, prefs
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@ Version 1.10.1:
|
|||||||
-
|
-
|
||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
-
|
- isPointInPath and isPointInStroke return undefined with persistent rng
|
||||||
|
|
||||||
known issues:
|
known issues:
|
||||||
- if a data URL is blocked the page action button does not appear
|
- if a data URL is blocked the page action button does not appear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user