paper.js/test/tests
Samuel Asensi 2b62eb5cfa Fix shape bounds when passing position in constructor (#1708)
In some special circumstances, when position was passed in constructor
and when position key was before size key, bounds were wrongly
calculated.
This ensure that when size is set, even the first time, bounds are
properly recalculated.
Closes #1686
2019-12-15 14:31:31 +01:00
..
Color.js Fix parsing of rgb color string with percentages 2019-12-06 13:22:56 +01:00
CompoundPath.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Curve.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
CurveLocation.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Emitter.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Group.js Improve fix for nested group matrix reset 2019-12-14 19:40:00 +01:00
HitResult.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Interactions.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Item.js Improve test for #1651 2019-06-19 22:05:26 +02:00
Item_Bounds.js Fix temporary test name 2019-06-05 17:35:42 +02:00
Item_Cloning.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Item_Getting.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Item_Order.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
JSON.js Prevent Item#importJSON() from overriding Item#insert() 2019-06-09 16:28:20 +02:00
Layer.js Fix bounds error with nested empty items 2019-06-09 16:10:54 +02:00
load.js Fix PaperScript#compile() with prefix operators 2019-06-09 19:23:53 +02:00
Matrix.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Numerical.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
PaperScript.js Improve handling of increment/decrement operators 2019-06-09 19:29:07 +02:00
Path.js Fix Path#arcTo() when from/to points are equal 2019-06-10 00:01:46 +02:00
Path_Boolean.js Boolean: No need to actually check for fill 2019-06-23 04:47:34 +02:00
Path_Constructors.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Path_Intersections.js Implement unit test for #1255 2019-06-23 10:30:56 +02:00
PathItem.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
PathItem_Contains.js Improve test for #1651 2019-06-19 22:05:26 +02:00
Point.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Project.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Raster.js Improve new Raster(size[, position]) constructor 2019-06-07 22:25:44 +02:00
Rectangle.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Segment.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Shape.js Fix shape bounds when passing position in constructor (#1708) 2019-12-15 14:31:31 +01:00
Size.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Style.js Add/unit test for color change propagation (#1675) 2019-06-22 15:17:35 +02:00
SvgExport.js Fix SVG export with Symbol (#1670) 2019-06-18 06:15:20 +02:00
SvgImport.js Exclude gradients-2 test again on phantomjs 2019-06-09 14:57:02 +02:00
SymbolItem.js Fix SymbolItem#hitTestAll() 2019-07-12 12:06:26 +02:00
TextItem.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00