paper.js/test/tests
Jürg Lehni 340a1e2a5f Rename curve-time in API from 'parameter' to 'time'
And create separate versions of methods that receive curve-time arguments instead of offsets.

Curve#getNormalAt(time, true) -> #getNormalAtTime(true)
Curve#divide() -> #divideAt(offset) / #divideAtTime(time)
Curve#split() -> #splitAt(offset) / #splitAtTime(time)
Curve#getParameterAt(offset) -> #getTimeAt(offset)
Curve#getParameterOf(point) -> getTimeOf(point)
Curve#getPointAt(time, true) -> #getPointAtTime(time)
Curve#getTangentAt(time, true) -> #getTangenttTime(time)
Curve#getNormalAt(time, true) -> #getNormalAtTime(time)
Curve#getCurvatureAt(time, true) -> #getCurvatureAtTime(time)
CurveLocation#parameter -> #time
Path#split(offset/location) -> #splitAt(offset/location)

Closes #563
2016-02-02 11:59:53 +01:00
..
Color.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
CompoundPath.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Curve.js Rename curve-time in API from 'parameter' to 'time' 2016-02-02 11:59:53 +01:00
CurveLocation.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Emitter.js Tests: Clean up Emitter tests. 2016-01-31 12:43:20 +01:00
Group.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
HitResult.js Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
Item.js Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
Item_Bounds.js Travis CI: Try installing msttcorefonts to solve the font-size issue in tests. 2016-01-31 12:43:32 +01:00
Item_Cloning.js Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
Item_Getting.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Item_Order.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
JSON.js Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
Layer.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
load.js SVG: Rename 'SVG' prefix to 'Svg' 2016-02-01 12:50:22 +01:00
Matrix.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Path.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Path_Boolean.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Path_Bounds.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Path_Curves.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Path_Drawing_Commands.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Path_Intersections.js Rename curve-time in API from 'parameter' to 'time' 2016-02-02 11:59:53 +01:00
Path_Length.js Rename curve-time in API from 'parameter' to 'time' 2016-02-02 11:59:53 +01:00
Path_Shapes.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
PathItem_Contains.js Rename curve-time in API from 'parameter' to 'time' 2016-02-02 11:59:53 +01:00
Point.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Project.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Raster.js Tests: Switch to our own gulp-qunits module. 2016-01-31 12:43:38 +01:00
Rectangle.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Segment.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Shape.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Size.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
Style.js Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
SvgExport.js SVG: Rename 'SVG' prefix to 'Svg' 2016-02-01 12:50:22 +01:00
SvgImport.js Implement unit tests for SVG Importing, based on visual comparison. 2016-02-01 20:15:37 +01:00
SymbolItem.js Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
TextItem.js Travis CI: Try installing msttcorefonts to solve the font-size issue in tests. 2016-01-31 12:43:32 +01:00