mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add test for scaling of view
This commit is contained in:
@@ -79,6 +79,8 @@ hitTestResults = paper.project.hitTestAll(hitTestPoint, hitOptionsInterfaceEmpty
|
||||
hitTestResults = paper.project.hitTestAll(hitTestPoint, hitOptionsInterfacePartial);
|
||||
hitTestResults = paper.project.hitTestAll(hitTestPoint, hitOptionsInterfaceFull);
|
||||
|
||||
paper.view.scaling = new paper.Point(1, 1);
|
||||
|
||||
function Examples() {
|
||||
function BooleanOperations(){
|
||||
let text = new paper.PointText({
|
||||
|
||||
Reference in New Issue
Block a user