diff --git a/wiki/docs/effects/texture/README.md b/wiki/docs/effects/texture/README.md index 5a3bce940..68959462c 100644 --- a/wiki/docs/effects/texture/README.md +++ b/wiki/docs/effects/texture/README.md @@ -407,7 +407,7 @@ __Returns__: HTMLImageElement
-Convenience function to set [Two.Texture.image](/docs/effects/texture/#image) properties with canonincal versions set in [Two.Texture.ImageRegistry](/docs/effects/texture/#imageregistry). +Convenience function to set [Two.Texture.image](/docs/effects/texture/#image) properties with canonical versions set in [Two.Texture.ImageRegistry](/docs/effects/texture/#imageregistry).
diff --git a/wiki/docs/group/README.md b/wiki/docs/group/README.md index 68fd4573c..0a616ae4f 100644 --- a/wiki/docs/group/README.md +++ b/wiki/docs/group/README.md @@ -73,8 +73,8 @@ Cached method to let renderers know children have been added to a [Two.Group](/d
- - group.js:226 + + group.js:225
@@ -125,8 +125,8 @@ Cached method to let renderers know children have been removed from a [Two.Group
- - group.js:238 + + group.js:237
@@ -170,8 +170,8 @@ Cached method to let renderers know order has been updated on a [Two.Group](/doc
- - group.js:250 + + group.js:249
@@ -217,8 +217,8 @@ A list of properties that are on every [Two.Group](/docs/group/).
- - group.js:259 + + group.js:258
@@ -270,8 +270,8 @@ See: [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value](https://deve
- - group.js:87 + + group.js:86
@@ -323,8 +323,8 @@ See: [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value](https://deve
- - group.js:94 + + group.js:93
@@ -370,8 +370,8 @@ The thickness in pixels of the stroke for all child shapes.
- - group.js:101 + + group.js:100
@@ -417,8 +417,8 @@ The opaqueness of all child shapes.
- - group.js:107 + + group.js:106
@@ -474,8 +474,8 @@ Display the path or not.
- - group.js:114 + + group.js:113
@@ -537,8 +537,8 @@ See: [https://www.w3.org/TR/SVG11/painting.html#StrokeLinecapProperty](https://w
- - group.js:121 + + group.js:120
@@ -590,8 +590,8 @@ See: [https://www.w3.org/TR/SVG11/painting.html#StrokeLinejoinProperty](https://
- - group.js:128 + + group.js:127
@@ -643,8 +643,8 @@ See: [https://www.w3.org/TR/SVG11/painting.html#StrokeMiterlimitProperty](https:
- - group.js:135 + + group.js:134
@@ -690,8 +690,8 @@ Determines whether a final line is drawn between the final point in the `vertice
- - group.js:142 + + group.js:141
@@ -737,8 +737,8 @@ When the child's path is `automatic = true` this boolean determines whether the
- - group.js:148 + + group.js:147
@@ -784,8 +784,8 @@ Determines whether or not Two.js should calculate curves, lines, and commands au
- - group.js:154 + + group.js:153
@@ -837,8 +837,8 @@ Number between zero and one to state the beginning of where the path is rendered
- - group.js:160 + + group.js:159
@@ -900,8 +900,8 @@ Number between zero and one to state the ending of where the path is rendered.
- - group.js:168 + + group.js:167
@@ -957,8 +957,8 @@ The sum of distances between all child lengths.
- - group.js:176 + + group.js:175
@@ -1004,8 +1004,8 @@ The Two.js object to clip from a group's rendering.
- - group.js:182 + + group.js:181
@@ -1057,8 +1057,8 @@ An automatically updated list of children that need to be appended to the render
- - group.js:200 + + group.js:199
@@ -1110,8 +1110,8 @@ An automatically updated list of children that need to be removed from the rende
- - group.js:207 + + group.js:206
@@ -1163,8 +1163,8 @@ A list of all the children in the scenegraph.
- - group.js:214 + + group.js:213
@@ -1233,8 +1233,8 @@ Create a new instance of [Two.Group](/docs/group/) with the same properties of t
- - group.js:276 + + group.js:275
@@ -1286,8 +1286,8 @@ Return a JSON compatible plain object that represents the group.
- - group.js:321 + + group.js:320
@@ -1331,8 +1331,8 @@ Orient the children of the group to the upper left-hand corner of that group.
- - group.js:351 + + group.js:350
@@ -1376,8 +1376,8 @@ Orient the children of the group to the center of that group.
- - group.js:375 + + group.js:374
@@ -1431,8 +1431,8 @@ Recursively search for id. Returns the first element found.
- - group.js:403 + + group.js:402
@@ -1486,8 +1486,8 @@ Recursively search for classes. Returns an array of matching elements.
- - group.js:427 + + group.js:426
@@ -1541,8 +1541,8 @@ Recursively search for children of a specific type, e.g. [Two.Path](/docs/path/)
- - group.js:450 + + group.js:449
@@ -1593,8 +1593,8 @@ Add objects to the group.
- - group.js:473 + + group.js:472
@@ -1645,8 +1645,8 @@ Remove objects from the group.
- - group.js:507 + + group.js:506
@@ -1707,8 +1707,8 @@ Return an object with top, left, right, bottom, width, and height parameters of
- - group.js:550 + + group.js:549
@@ -1752,8 +1752,8 @@ Apply `noFill` method to all child shapes.
- - group.js:622 + + group.js:623
@@ -1797,8 +1797,8 @@ Apply `noStroke` method to all child shapes.
- - group.js:634 + + group.js:635
@@ -1842,8 +1842,8 @@ Apply `subdivide` method to all child shapes.
- - group.js:646 + + group.js:647
diff --git a/wiki/docs/matrix/README.md b/wiki/docs/matrix/README.md index 2d71f2577..8908fc367 100644 --- a/wiki/docs/matrix/README.md +++ b/wiki/docs/matrix/README.md @@ -94,7 +94,7 @@ A stored reference to the default value of a 3 x 3 matrix.
-__Returns__: Two.Matrix +__Returns__: Array. - If an optional `C` matrix isn't passed then a new one is created and returned. @@ -694,8 +694,8 @@ Return an inverted version of the matrix. If no optional one is passed a new mat @@ -746,8 +746,8 @@ Uniformly scale the transformation matrix. @@ -799,8 +799,8 @@ Scale the transformation matrix in two dimensions. @@ -851,8 +851,8 @@ Rotate the matrix. @@ -904,8 +904,8 @@ Translate the matrix. @@ -956,8 +956,8 @@ Skew the matrix by an angle in the x axis direction. @@ -1008,8 +1008,8 @@ Skew the matrix by an angle in the y axis direction. @@ -1070,8 +1070,8 @@ Create a transform string. Used for the Two.js rendering APIs. @@ -1123,8 +1123,8 @@ Create a transform array. Used for the Two.js rendering APIs. @@ -1176,8 +1176,8 @@ Create a transform array. Used for the Two.js rendering APIs. @@ -1221,8 +1221,8 @@ Create a JSON compatible object that represents information of the matrix. @@ -1266,8 +1266,8 @@ Clone the current matrix. diff --git a/wiki/docs/path/README.md b/wiki/docs/path/README.md index f59eb32d0..5e012209d 100644 --- a/wiki/docs/path/README.md +++ b/wiki/docs/path/README.md @@ -1406,8 +1406,8 @@ Given a float `t` from 0 to 1, return a point or assign a passed `obj`'s coordin @@ -1451,8 +1451,8 @@ Based on closed / curved and sorting of vertices plot where all points should be @@ -1513,8 +1513,8 @@ Insert a [Two.Anchor](/docs/anchor/) at the midpoint between every item in [Two. @@ -1560,8 +1560,8 @@ The sum of distances between all [Two.Path.vertices](/docs/path/#vertices). @@ -1607,8 +1607,8 @@ The shape whose alpha property becomes a clipping area for the path. @@ -1664,8 +1664,8 @@ Tells Two.js renderer if this object represents a mask for another object (or no diff --git a/wiki/docs/renderers/canvas/README.md b/wiki/docs/renderers/canvas/README.md index ca6d76029..13c808ebf 100644 --- a/wiki/docs/renderers/canvas/README.md +++ b/wiki/docs/renderers/canvas/README.md @@ -71,8 +71,8 @@ A massive object filled with utility functions and properties to render Two.js o @@ -118,8 +118,8 @@ The `` associated with the Two.js scene. @@ -165,8 +165,8 @@ Associated two dimensional context to render on the ``. @@ -212,8 +212,8 @@ Determines whether the canvas clears the background each draw call. @@ -259,8 +259,8 @@ The root group of the scenegraph. @@ -321,8 +321,8 @@ Change the size of the renderer. @@ -366,8 +366,8 @@ Render the current scene to the ``. diff --git a/wiki/docs/renderers/svg/README.md b/wiki/docs/renderers/svg/README.md index 9007b36df..071d24c43 100644 --- a/wiki/docs/renderers/svg/README.md +++ b/wiki/docs/renderers/svg/README.md @@ -69,8 +69,8 @@ A massive object filled with utility functions and properties to render Two.js o @@ -116,8 +116,8 @@ The `` associated with the Two.js scene. @@ -163,8 +163,8 @@ The root group of the scenegraph. @@ -210,8 +210,8 @@ The `` to apply gradients, patterns, and bitmap imagery. @@ -263,8 +263,8 @@ Change the size of the renderer. @@ -318,8 +318,8 @@ Render the current scene to the ``. diff --git a/wiki/docs/text/README.md b/wiki/docs/text/README.md index 9a7b5d305..d8b8bb312 100644 --- a/wiki/docs/text/README.md +++ b/wiki/docs/text/README.md @@ -71,8 +71,8 @@ Approximate aspect ratio of a typeface's character width to height. @@ -118,8 +118,8 @@ A list of properties that are on every [Two.Text](/docs/text/). @@ -174,8 +174,8 @@ __Returns__: Object @@ -221,8 +221,8 @@ The characters to be rendered to the the screen. Referred to in the documentatio @@ -268,8 +268,8 @@ The font family Two.js should attempt to register for rendering. The default val @@ -315,8 +315,8 @@ The font size in Two.js point space. Defaults to `13`. @@ -362,8 +362,8 @@ The height between lines measured from base to base in Two.js point space. Defau @@ -409,8 +409,8 @@ Alignment of text in relation to [Two.Text.translation](/docs/text/#translation) @@ -456,8 +456,8 @@ The vertical aligment of the text in relation to [Two.Text.translation](/docs/te @@ -513,8 +513,8 @@ The font's style. Possible values include '`normal`', `'italic'`. Defaults to `' @@ -560,8 +560,8 @@ A number at intervals of 100 to describe the font's weight. This compatibility v @@ -607,8 +607,8 @@ String to delineate whether text should be decorated with for instance an `'unde @@ -660,8 +660,8 @@ See: [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value](https://deve @@ -713,8 +713,8 @@ See: [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value](https://deve @@ -760,8 +760,8 @@ The thickness in pixels of the stroke. @@ -807,8 +807,8 @@ The opaqueness of the text object. @@ -864,8 +864,8 @@ Display the text object or not. @@ -921,8 +921,8 @@ The shape whose alpha property becomes a clipping area for the text. @@ -978,8 +978,8 @@ Object to define clipping area. @@ -1047,8 +1047,8 @@ See: [https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharra @@ -1094,8 +1094,8 @@ A number in pixels to offset [Two.Text.dashes](/docs/text/#dashes) display. @@ -1154,8 +1154,8 @@ Create a new instance of [Two.Text](/docs/text/) with the same properties of the @@ -1207,8 +1207,8 @@ Return a JSON compatible plain object that represents the text object. @@ -1252,8 +1252,8 @@ Short hand method to set fill to `transparent`. @@ -1297,8 +1297,8 @@ Short hand method to set stroke to `transparent`. @@ -1359,8 +1359,8 @@ Return an object with top, left, right, bottom, width, and height parameters of diff --git a/wiki/docs/two/README.md b/wiki/docs/two/README.md index 5cfa5de24..b93831d9b 100644 --- a/wiki/docs/two/README.md +++ b/wiki/docs/two/README.md @@ -106,7 +106,7 @@ The different rendering types available in the library.
-The current working version of the library, `v0.8.10`. +The current working version of the library, `v0.8.11`.
@@ -1653,7 +1653,7 @@ Creates a Two.js rectangle and adds it to the scene.
-__Returns__: Two.Rectangle +__Returns__: Two.RoundedRectangle @@ -2329,7 +2329,7 @@ __Returns__: Two.LinearGradient
-Creates a Two.js linear gradient and ads it to the scene. In the case of an effect it's added to an invisible "definitions" group. +Creates a Two.js linear gradient and adds it to the scene. In the case of an effect it's added to an invisible "definitions" group.
@@ -2392,7 +2392,7 @@ __Returns__: Two.RadialGradient
-Creates a Two.js linear-gradient object and ads it to the scene. In the case of an effect it's added to an invisible "definitions" group. +Creates a Two.js linear-gradient object and adds it to the scene. In the case of an effect it's added to an invisible "definitions" group.