adityab / Awwation

Prezi clone in HTML5, Js, and SVG. Can use different animation backends, for example impress.js. [I NO LONGER OWN AWWATION.COM]
MIT License
245 stars 46 forks source link

Smarter object selection #5

Open adityab opened 12 years ago

adityab commented 12 years ago

Shapes such as circles, paths, rectangles, etc are selected when you click inside their fill regions. This can hinder work when elements are placed inside other elements.

Take inspiration (and code?) from the wireframe mode (activated by pressing F) selection mechanism, where shapes are selected only when you click the stroke boundaries.