.. |
basic
|
Some minor code clean up and variable renaming.
|
2013-11-01 17:55:06 +01:00 |
canvas
|
Include new, improved point in path algorithm based on winding number.
|
2013-10-18 14:22:59 +02:00 |
core
|
Implement #importSVG() from external URL.
|
2013-11-02 21:17:11 +01:00 |
docs
|
Update copyright information comments, and year.
|
2013-01-28 18:03:27 -08:00 |
dom
|
Keep the native animation loop running as long as there are unprocessed callbacks.
|
2013-11-02 20:26:06 +01:00 |
item
|
Remove unused local variable and comment.
|
2013-11-02 20:37:23 +01:00 |
net
|
Implement #importSVG() from external URL.
|
2013-11-02 21:17:11 +01:00 |
path
|
Fix issues with importing Ghostscript Tiger.
|
2013-11-03 12:52:00 +01:00 |
project
|
Add options.matchShapes support to #exportSVG and improve documentation of various import / export functions.
|
2013-10-30 16:18:59 +01:00 |
style
|
Clean up white-space.
|
2013-10-31 12:17:34 +01:00 |
svg
|
Fix issues with importing full SVG documents where default styles would not be detected.
|
2013-11-03 13:20:51 +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
|
Deactivate Hi-DPI support for now.
|
2013-11-03 13:29:13 +01:00 |
util
|
Update Numerical.solveQuadratic() / solveCubic() to optionally filter results to be in a given range.
|
2013-10-18 13:52:01 +02:00 |
constants.js
|
Remove SVG constants, as we don't use them anymore.
|
2013-03-02 08:11:47 -08:00 |
export.js
|
Switch from options.browser and options.node to options.environment
|
2013-10-10 23:09:00 +02:00 |
load.js
|
Switch from options.browser and options.node to options.environment
|
2013-10-10 23:09:00 +02:00 |
options.js
|
Deactivate Hi-DPI support for now.
|
2013-11-03 13:29:13 +01:00 |
paper.js
|
Implement #importSVG() from external URL.
|
2013-11-02 21:17:11 +01:00 |