paperjs / paperjs.org

The source of the Paper.js website http://paperjs.org, translated to the static pages in https://github.com/paperjs/paperjs.github.io by running it through https://github.com/paperjs/woods in a Travis CI worker on each commit.
48 stars 34 forks source link

Fix RoundRectangle deprecated documentation #33

Closed sasensi closed 5 years ago

sasensi commented 5 years ago

Replaces deprecated rounded rectangle constructor: new Path.RoundedRectangle(rect,size) by new one: new Path.Rectangle(rectangle, radius).

Closes https://github.com/paperjs/paper.js/issues/1393