Top "Shape" questions

Questions related to drawing or defining shapes.

Get data frame with polygons id and Centroid (lat long) information from shapefile

I have a polygon shapefile (downloadable here) from which I want to create a data.frame with 3 columns containing: Polygon …

r shape spatial
Masking shapes in HTML5 canvas?

Apologies if this has been asked elsewhere but it's pretty hard to phrase as it is so I couldn't find …

html canvas shape mask kineticjs
Canvas (Kinetic.JS): multiple layers vs single layer approach

Can anyone explain why (indeed, if) it's best to abstract the major parts of a canvas game to different layers …

html canvas layer shape kineticjs
Load an SVG to a P5 sketch

I've been programming in Processing some time now. I've also worked with shapes and SVG files. Having this humble experience …

svg processing shape p5.js