.. |
basic
|
Implement Rectangle#getArea() and use it in reorientPath()
|
2013-12-03 21:54:36 +01:00 |
canvas
|
Update to latest Prepro.js and switch from global options object to __options, to avoid name clashes.
|
2013-11-29 20:26:38 +01:00 |
core
|
Use double underscores to avoid clashes between math operators and 'private' methods.
|
2013-12-05 21:11:12 +01:00 |
docs
|
Update copyright information comments, and year.
|
2013-01-28 18:03:27 -08:00 |
dom
|
Remove legacy browser code since we're not supporting IE8 and below.
|
2013-12-04 21:04:46 +01:00 |
item
|
Avoid issues with _matrix being undefined when items are created and added in a certain sequence.
|
2013-12-03 23:14:34 +01:00 |
net
|
Implement #importSVG() from external URL.
|
2013-11-02 21:17:11 +01:00 |
path
|
Implement Rectangle#getArea() and use it in reorientPath()
|
2013-12-03 21:54:36 +01:00 |
project
|
Remove Base.merge() and use a new Straps.js feature instead.
|
2013-11-28 22:20:00 +01:00 |
style
|
Implement Item#data cloning.
|
2013-11-28 22:27:14 +01:00 |
svg
|
Correctly apply matrices to Raster items in #importSVG()
|
2013-11-29 23:06:04 +01:00 |
text
|
Clear ctx.shadowColor after ctx.fill() to avoid application to both fill and stroke.
|
2013-10-30 00:00:04 +01:00 |
tool
|
Clean up documentation for event handler functions on View and Tool.
|
2013-10-30 15:38:08 +01:00 |
ui
|
Only handle and fire mousemove events when the user's either dragging or moving the mouse within the view.
|
2013-12-03 22:25:04 +01:00 |
util
|
Clean-up Numerical code.
|
2013-12-01 23:54:52 +01:00 |
constants.js
|
Remove SVG constants, as we don't use them anymore.
|
2013-03-02 08:11:47 -08:00 |
export.js
|
Update to latest Prepro.js and switch from global options object to __options, to avoid name clashes.
|
2013-11-29 20:26:38 +01:00 |
load.js
|
Switch from options.browser and options.node to options.environment
|
2013-10-10 23:09:00 +02:00 |
options.js
|
Update to latest Prepro.js and switch from global options object to __options, to avoid name clashes.
|
2013-11-29 20:26:38 +01:00 |
paper.js
|
Update to latest Prepro.js and switch from global options object to __options, to avoid name clashes.
|
2013-11-29 20:26:38 +01:00 |