Julian Broudy

Results 2 issues of Julian Broudy

The problem I am facing has to do with the rate and accuracy at which a canvas is resized, whether with the `resize:` or manually handling resizing events. **Expected result:**...

Hi, **I am attempting to replicate the following effect:** ![image](https://user-images.githubusercontent.com/46682375/87306576-e338d780-c520-11ea-9ece-9bb233b94bc3.png) Code: ```javascript let radialBackGround = form.gradient([ [1, `rgba(47, 53, 66, 1)`], [0.1, `rgba(47, 53, 66,0.05)`] ]); form.fill( radialBackGround( Circle.fromCenter(new Pt(space.width...

enhancement