.. |
Color.js
|
Add failing test for creating colors from RGBA.
|
2013-11-24 00:02:13 +01:00 |
CompoundPath.js
|
Update copyright information comments, and year.
|
2013-01-28 18:03:27 -08:00 |
Curve.js
|
Move curvature calculations into Curve.evaluate(), and define unit tests for it.
|
2013-06-18 19:00:05 -07:00 |
Group.js
|
Update all tests that depend on old Adobe Illustrator data to either use better data or more tolerance.
|
2013-04-08 19:51:14 -07:00 |
HitResult.js
|
Define test for hit-testing fill with tolerance.
|
2013-12-08 12:26:11 +01:00 |
Item.js
|
Fix empty tests.
|
2013-06-11 13:40:50 -07:00 |
Item_Bounds.js
|
Implement failing test for group.position after content changed.
|
2013-12-07 19:17:30 +01:00 |
Item_Cloning.js
|
Implement Style#fontFamily and #fontWeight as a replacement for #font.
|
2013-12-08 21:12:51 +01:00 |
Item_Contains.js
|
Improve code handling special winding cases.
|
2013-10-18 15:20:32 +02:00 |
Item_Order.js
|
Use non-deprecated versions.
|
2013-07-21 16:13:27 -07:00 |
JSON.js
|
Various clean-ups regarding the handling of activeLayer, JSON deserialization, DOM insertion and and layer reusing.
|
2013-11-24 16:25:13 +01:00 |
Layer.js
|
Various clean-ups regarding the handling of activeLayer, JSON deserialization, DOM insertion and and layer reusing.
|
2013-11-24 16:25:13 +01:00 |
load.js
|
Implement tests for Curve#getPointAt().
|
2013-06-17 08:54:42 -07:00 |
Matrix.js
|
Fix all tests for Matrix decomposition.
|
2013-02-08 23:25:10 -08:00 |
Path.js
|
Change behavior of Path#fullySelected.
|
2013-10-17 12:03:46 +02:00 |
Path_Bounds.js
|
Implement test for strokeBounds of closed path with only one segment.
|
2013-12-07 16:16:26 +01:00 |
Path_Curves.js
|
Use isZero() when checking for straight curves in Curve.getLength()
|
2013-09-23 08:13:32 -07:00 |
Path_Drawing_Commands.js
|
Update copyright information comments, and year.
|
2013-01-28 18:03:27 -08:00 |
Path_Length.js
|
Adjust Path Length tests tolerance so they don't fail.
|
2013-04-08 19:52:09 -07:00 |
Path_Shapes.js
|
Merge Path.Rectangle and Path.RoundRectangle.
|
2013-04-19 12:36:49 -07:00 |
PlacedSymbol.js
|
Update copyright information comments, and year.
|
2013-01-28 18:03:27 -08:00 |
Point.js
|
Define test for issue #344
|
2013-12-07 16:30:40 +01:00 |
Project.js
|
Fix project.clear() so it removes all layers properly.
|
2013-06-20 20:14:47 -06:00 |
Raster.js
|
Rename Raster#getSubImage() to #getSubCanvas(), and use insert: false combined with #insertAbove() to correctly insert newly created rasters.
|
2013-08-14 12:21:47 -07:00 |
Rectangle.js
|
Clean up rectangle test.
|
2013-06-12 15:16:45 -07:00 |
Segment.js
|
Update copyright information comments, and year.
|
2013-01-28 18:03:27 -08:00 |
Size.js
|
Update copyright information comments, and year.
|
2013-01-28 18:03:27 -08:00 |
Style.js
|
Fix old group style test that was faulty but remain undetected because of other bug.
|
2013-06-11 13:58:04 -07:00 |
SVGExport.js
|
Fix SVGExport tests to work with new Shape code.
|
2013-10-17 13:12:51 +02:00 |
SVGImport.js
|
Fix SVGImport tests to work with new Shape import.
|
2013-10-17 13:02:35 +02:00 |
TextItem.js
|
Implement Style#fontFamily and #fontWeight as a replacement for #font.
|
2013-12-08 21:12:51 +01:00 |