aboutsummaryrefslogtreecommitdiff
path: root/js/lib/geom/sub-path.js
Commit message (Collapse)AuthorAge
* Almost working version of brush tool that uses only local coordinates to ↵Pushkar Joshi2012-03-23
| | | | store the brush stroke points. Current version does not yet update the width and height of the brush stroke canvas upon changing the brush stroke through the PI. Also, current version does not obtain 3D position of points properly from the drawing tool base (see BrushTool _getUnsnappedPosition)
* update values in the PI from values of the selected brush stroke or pen tool ↵Pushkar Joshi2012-03-15
| | | | path
* turn off the fill color for pen tool paths by defaultPushkar Joshi2012-03-13
|
* merge Valerio's architecture changes into pen toolPushkar Joshi2012-03-06
|
* Squashed commit of preload-fix into MasterValerio Virgillito2012-03-06
- Requiring all the previously pre-loaded files - RDGE, Codemirror and gl-matrix are not included via a script tag. Signed-off-by: Valerio Virgillito <valerio@motorola.com>