Álvaro

Results 905 comments of Álvaro

The adding part was fixed in version 0.1.43 🥳 I'll have to take a second look at the remove part.

Still being broken when you download the files from Github as well as from the website... just UPDATE them...

Any way to detect whether the browser supports this feature or not? So we can use other lazy load libraries in case it doesn't ?

+1 I believe corners position should change on negative values. I'm adding border-radius on top left/right and when there are negative values on the chart this obviously has to get...

It should be as simple as changing this portion: ```js rTopLeft = rel(options.borderRadiusTopLeft || 0, w), rTopRight = rel(options.borderRadiusTopRight || 0, w), rBottomRight = rel(options.borderRadiusBottomRight || 0, w), rBottomLeft =...