paper.js/src
Jürg Lehni 26b3beed5c Implement static Line.intersect() and use it to speed up Curve.getIntersections()
Unfortunately doesn't seem to have any impact!
2013-05-04 10:22:10 -07:00
..
basic Implement static Line.intersect() and use it to speed up Curve.getIntersections() 2013-05-04 10:22:10 -07:00
browser Fix issue with SVG tests. 2013-03-01 14:17:31 -08:00
canvas Restructure code organization by separating canvas related utility classes into separate canvas folder, and move inclusion of utilities classes to beginning. 2013-04-19 19:38:48 -07:00
core Rename Json acronyms in API to JSON. 2013-04-23 07:13:51 -07:00
docs Update copyright information comments, and year. 2013-01-28 18:03:27 -08:00
item Define CurveLocation#intersection as a way to retrieve the CurveLocation on the intersecting path when using Path#getIntersections(). 2013-04-30 18:41:26 -07:00
path Implement static Line.intersect() and use it to speed up Curve.getIntersections() 2013-05-04 10:22:10 -07:00
project Rename Svg acronyms in API to SVG. 2013-04-23 07:19:08 -07:00
style Handle alpha channels correctly in Raster#get/setPixel. 2013-04-24 16:29:28 -07:00
svg Rename Svg acronyms in API to SVG. 2013-04-23 07:19:08 -07:00
text Improve PointText constructor examples. 2013-04-21 15:59:51 +02:00
tool Use Item#type instead of instanceof checks for better performance. 2013-04-19 19:27:02 -07:00
ui Avoid endless recursion when changing view from onFrame handler. 2013-04-09 22:38:23 -07:00
util Cleanup solveCubic() further. 2013-04-21 08:44:41 -07:00
constants.js Remove SVG constants, as we don't use them anymore. 2013-03-02 08:11:47 -08:00
load.js Implement new private Format object that handles formatting of number, point, size and rectangle. 2013-02-28 19:14:05 -08:00
paper.js Move boolean code into its own file, and add information comments again. 2013-05-03 16:16:52 -07:00