ci: add paperjs build workflow

This commit is contained in:
Ron de las Alas 2023-10-26 13:45:25 -04:00
parent df67b079f7
commit 597c18c04a
7 changed files with 1215 additions and 383 deletions

View file

@ -389,7 +389,7 @@ item.hitTestAll(point);
item.hitTestAll(point, {});
item.matches({});
item.matches(callback);
item.matches(name, {});
item.matches(item.name, {});
item.getItems({});
item.getItems(callback);
item.getItem({});