I need to figure out the rendered size of a curve on 2d canvas
context.bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y);
with this code, for example
// pontos de controle
var cp1x = 200,
cp1y = 150,
cp2x = 260,
cp2y = 10;
var x =...
asked by
08.09.2016 / 13:36