Question
Fix canvas coordinate starting point to symbol
Evening everyone.
Small question: in html canvas, is it possible to fix beginStroke canvas starting coordinates to a symbol or object or something else. Say I create an object in adobe, a small circle- in javascript I would like to tie the graphical beginStroke coordinate to that circle coordinate. If I move that circle around, the javascript graphic will move with it.
