Kris Allen

Results 3 issues of Kris Allen

Hi, I noticed that the rotation anchor is positioned incorrectly when it is constrained to the bounds of its container. For example, if I rotate the object 45 degrees anti-clockwise...

Using the following settings: > { > draw: [ "bbox" ], > scale: [ "bboxCorners", "bboxSides" ], > range: { scale: [ 25, 999999 ] } > }, Shrinking the...

`var browser = await Puppeteer.LaunchAsync(new LaunchOptions ...` should be `using (var browser = await Puppeteer.LaunchAsync(new LaunchOptions ...` Browser implements IDisposable, and not disposing it can cause stray chrome.exe processes that...