diff --git a/wiki/docs/anchor/README.md b/wiki/docs/anchor/README.md
index fac39e3b9..b4581f2ee 100644
--- a/wiki/docs/anchor/README.md
+++ b/wiki/docs/anchor/README.md
@@ -32,10 +32,10 @@ An object that holds 3 [Two.Vector](/docs/vector/)s, the anchor point and its co
| ---- | ----------- |
| x | The x position of the root anchor point. |
| y | The y position of the root anchor point. |
-| lx | The x position of the left handle point. |
-| ly | The y position of the left handle point. |
-| rx | The x position of the right handle point. |
-| ry | The y position of the right handle point. |
+| ax | The x position of the left handle point. |
+| ay | The y position of the left handle point. |
+| bx | The x position of the right handle point. |
+| by | The y position of the right handle point. |
| command | The command to describe how to render. Applicable commands are [Two.Commands](/docs/two/#commands) |
@@ -87,8 +87,8 @@ Create a new [Two.Anchor](/docs/anchor/) from an object notation of a [Two.Ancho
@@ -149,8 +149,8 @@ Copy the properties of one [Two.Anchor](/docs/anchor/) onto another.
@@ -202,8 +202,8 @@ Create a new [Two.Anchor](/docs/anchor/), set all its values to the current inst
@@ -257,8 +257,8 @@ Create a JSON compatible plain object of the current instance. Intended for use
@@ -322,8 +322,8 @@ Create a string form of the current instance. Intended for use with storing valu
diff --git a/wiki/docs/children/README.md b/wiki/docs/children/README.md
index 29a632b2f..7d7380c79 100644
--- a/wiki/docs/children/README.md
+++ b/wiki/docs/children/README.md
@@ -63,8 +63,8 @@ Map of all elements in the list keyed by `id`s.
@@ -115,8 +115,8 @@ Adds elements to the `ids` map.
@@ -167,8 +167,8 @@ Removes elements to the `ids` map.
diff --git a/wiki/docs/effects/gradient/README.md b/wiki/docs/effects/gradient/README.md
index 4297fa47d..3f0bd30e7 100644
--- a/wiki/docs/effects/gradient/README.md
+++ b/wiki/docs/effects/gradient/README.md
@@ -396,8 +396,8 @@ Create a new instance of [Two.Gradient](/docs/effects/gradient/) with the same p
@@ -448,8 +448,8 @@ Copy the properties of one [Two.Gradient](/docs/effects/gradient/) onto another.
@@ -501,8 +501,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/effects/image-sequence/README.md b/wiki/docs/effects/image-sequence/README.md
index 09b9cb394..1f9394484 100644
--- a/wiki/docs/effects/image-sequence/README.md
+++ b/wiki/docs/effects/image-sequence/README.md
@@ -381,8 +381,8 @@ Copy the properties of one [Two.ImageSequence](/docs/effects/image-sequence/) on
@@ -435,8 +435,8 @@ Initiate animation playback of a [Two.ImageSequence](/docs/effects/image-sequenc
@@ -480,8 +480,8 @@ Halt animation playback of a [Two.ImageSequence](/docs/effects/image-sequence/).
@@ -525,8 +525,8 @@ Halt animation playback of a [Two.ImageSequence](/docs/effects/image-sequence/)
@@ -585,8 +585,8 @@ Create a new instance of [Two.ImageSequence](/docs/effects/image-sequence/) with
@@ -638,8 +638,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/effects/linear-gradient/README.md b/wiki/docs/effects/linear-gradient/README.md
index 8dc4f7b4c..e18d3283f 100644
--- a/wiki/docs/effects/linear-gradient/README.md
+++ b/wiki/docs/effects/linear-gradient/README.md
@@ -286,8 +286,8 @@ Copy the properties of one [Two.LinearGradient](/docs/effects/linear-gradient/)
@@ -346,8 +346,8 @@ Create a new instance of [Two.LinearGradient](/docs/effects/linear-gradient/) wi
@@ -399,8 +399,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/effects/radial-gradient/README.md b/wiki/docs/effects/radial-gradient/README.md
index 7fe1a61b1..518e9c96a 100644
--- a/wiki/docs/effects/radial-gradient/README.md
+++ b/wiki/docs/effects/radial-gradient/README.md
@@ -344,8 +344,8 @@ Copy the properties of one [Two.RadialGradient](/docs/effects/radial-gradient/)
@@ -404,8 +404,8 @@ Create a new instance of [Two.RadialGradient](/docs/effects/radial-gradient/) wi
@@ -457,8 +457,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/effects/sprite/README.md b/wiki/docs/effects/sprite/README.md
index 33c82e17c..8bde6ae22 100644
--- a/wiki/docs/effects/sprite/README.md
+++ b/wiki/docs/effects/sprite/README.md
@@ -430,8 +430,8 @@ Copy the properties of one [Two.Sprite](/docs/effects/sprite/) onto another.
@@ -484,8 +484,8 @@ Initiate animation playback of a [Two.Sprite](/docs/effects/sprite/).
@@ -529,8 +529,8 @@ Halt animation playback of a [Two.Sprite](/docs/effects/sprite/).
@@ -574,8 +574,8 @@ Halt animation playback of a [Two.Sprite](/docs/effects/sprite/) and set the cur
@@ -634,8 +634,8 @@ Create a new instance of [Two.Sprite](/docs/effects/sprite/) with the same prope
@@ -687,8 +687,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/effects/stop/README.md b/wiki/docs/effects/stop/README.md
index 5f5cfc9c1..d4f240ef0 100644
--- a/wiki/docs/effects/stop/README.md
+++ b/wiki/docs/effects/stop/README.md
@@ -390,8 +390,8 @@ Copy the properties of one [Two.Stop](/docs/effects/stop/) onto another.
@@ -450,8 +450,8 @@ Create a new instance of [Two.Stop](/docs/effects/stop/) with the same propertie
@@ -503,8 +503,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/effects/texture/README.md b/wiki/docs/effects/texture/README.md
index d79b273c6..002c0f88c 100644
--- a/wiki/docs/effects/texture/README.md
+++ b/wiki/docs/effects/texture/README.md
@@ -69,8 +69,8 @@ A list of properties that are on every [Two.Texture](/docs/effects/texture/).
@@ -129,8 +129,8 @@ Create a new [Two.Texture](/docs/effects/texture/) from an object notation of a
@@ -186,8 +186,8 @@ A map of compatible DOM Elements categorized by media format.
@@ -233,8 +233,8 @@ A canonical listing of image data used in a single session of Two.js.
@@ -307,8 +307,8 @@ Serializes a URL as an absolute path for canonical attribution in [Two.ImageRegi
@@ -362,8 +362,8 @@ Loads an image as a buffer in headless environments.
@@ -436,8 +436,8 @@ Retrieves the tag name of an image, video, or canvas node.
@@ -500,8 +500,8 @@ Convenience function to set [Two.Texture.image](/docs/effects/texture/#image) pr
@@ -517,7 +517,7 @@ Convenience function to set [Two.Texture.image](/docs/effects/texture/#image) pr
## Register
-
+
@@ -545,8 +545,8 @@ A collection of functions to register different types of textures. Used internal
@@ -592,8 +592,8 @@ A collection of functions to register different types of textures. Used internal
@@ -637,8 +637,8 @@ Cached method to let renderers know `offset` has been updated on a [Two.Texture]
@@ -682,8 +682,8 @@ Cached method to let renderers know `scale` has been updated on a [Two.Texture](
@@ -729,8 +729,8 @@ Shorthand value to determine if image has been loaded into the texture.
@@ -782,8 +782,8 @@ See: [https://www.w3.org/TR/2dcontext/#dom-context-2d-createpattern](https://www
@@ -829,8 +829,8 @@ A two-component vector describing any pixel offset of the texture when applied t
@@ -876,8 +876,8 @@ The URL path to the image data.
@@ -933,8 +933,8 @@ The corresponding DOM Element of the texture. Can be a ` `, ` `,
@@ -996,8 +996,8 @@ Create a new instance of [Two.Texture](/docs/effects/texture/) with the same pro
@@ -1048,8 +1048,8 @@ Copy the properties of one [Two.Texture](/docs/effects/texture/) onto another.
@@ -1101,8 +1101,8 @@ Return a JSON compatible plain object that represents the texture.
diff --git a/wiki/docs/element/README.md b/wiki/docs/element/README.md
index 9dedfed38..0fa456f93 100644
--- a/wiki/docs/element/README.md
+++ b/wiki/docs/element/README.md
@@ -355,8 +355,8 @@ Called internally by Two.js's renderer to reset all flags. Ensures that only pro
diff --git a/wiki/docs/group/README.md b/wiki/docs/group/README.md
index 224795048..fcb627913 100644
--- a/wiki/docs/group/README.md
+++ b/wiki/docs/group/README.md
@@ -1233,8 +1233,8 @@ Create a new instance of [Two.Group](/docs/group/) with the same properties of t
@@ -1286,8 +1286,8 @@ Return a JSON compatible plain object that represents the group.
@@ -1331,8 +1331,8 @@ Orient the children of the group to the upper left-hand corner of that group.
@@ -1376,8 +1376,8 @@ Orient the children of the group to the center of that group.
@@ -1431,8 +1431,8 @@ Recursively search for id. Returns the first element found.
@@ -1486,8 +1486,8 @@ Recursively search for classes. Returns an array of matching elements.
@@ -1541,8 +1541,8 @@ Recursively search for children of a specific type, e.g. [Two.Path](/docs/path/)
@@ -1593,8 +1593,8 @@ Add objects to the group.
@@ -1645,8 +1645,8 @@ Remove objects from the group.
@@ -1707,8 +1707,8 @@ Return an object with top, left, right, bottom, width, and height parameters of
@@ -1752,8 +1752,8 @@ Apply `noFill` method to all child shapes.
@@ -1797,8 +1797,8 @@ Apply `noStroke` method to all child shapes.
@@ -1842,8 +1842,8 @@ Apply `subdivide` method to all child shapes.
diff --git a/wiki/docs/path/README.md b/wiki/docs/path/README.md
index a4cf05253..a7d8adb37 100644
--- a/wiki/docs/path/README.md
+++ b/wiki/docs/path/README.md
@@ -1112,8 +1112,8 @@ Copy the properties of one [Two.Path](/docs/path/) onto another.
@@ -1172,8 +1172,8 @@ Create a new instance of [Two.Path](/docs/path/) with the same properties of the
@@ -1225,8 +1225,8 @@ Return a JSON compatible plain object that represents the path.
@@ -1280,8 +1280,8 @@ Short hand method to set fill to `none`.
@@ -1325,8 +1325,8 @@ Short hand method to set stroke to `none`.
@@ -1370,8 +1370,8 @@ Orient the vertices of the shape to the upper left-hand corner of the path.
@@ -1415,8 +1415,8 @@ Orient the vertices of the shape to the center of the path.
@@ -1477,8 +1477,8 @@ Return an object with top, left, right, bottom, width, and height parameters of
@@ -1538,8 +1538,8 @@ Given a float `t` from 0 to 1, return a point or assign a passed `obj`'s coordin
@@ -1583,8 +1583,8 @@ Based on closed / curved and sorting of vertices plot where all points should be
@@ -1645,8 +1645,8 @@ Insert a [Two.Anchor](/docs/anchor/) at the midpoint between every item in [Two.
@@ -1692,8 +1692,8 @@ The sum of distances between all [Two.Path.vertices](/docs/path/#vertices).
@@ -1739,8 +1739,8 @@ The shape whose alpha property becomes a clipping area for the path.
@@ -1796,8 +1796,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 9c20cce85..83f87697f 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 8860167c8..011926fcd 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/renderers/webgl/README.md b/wiki/docs/renderers/webgl/README.md
index 91f168ea7..c2c9d5184 100644
--- a/wiki/docs/renderers/webgl/README.md
+++ b/wiki/docs/renderers/webgl/README.md
@@ -118,8 +118,8 @@ A massive object filled with utility functions and properties to render Two.js o
@@ -165,8 +165,8 @@ The ` ` associated with the Two.js scene.
@@ -212,8 +212,8 @@ The root group of the scenegraph.
@@ -259,8 +259,8 @@ Determines whether the canvas clears the background each draw call.
@@ -306,8 +306,8 @@ Associated two dimensional context to render on the ` `.
@@ -353,8 +353,8 @@ Associated WebGL programs to render all elements from the scenegraph.
@@ -415,8 +415,8 @@ Change the size of the renderer.
@@ -460,8 +460,8 @@ Render the current scene to the ` `.
diff --git a/wiki/docs/shape/README.md b/wiki/docs/shape/README.md
index 5a12c2d70..18c258735 100644
--- a/wiki/docs/shape/README.md
+++ b/wiki/docs/shape/README.md
@@ -567,8 +567,8 @@ Alias for [Two.Shape.position](/docs/shape/#position).
@@ -619,8 +619,8 @@ Convenience method to add itself to the scenegraph.
@@ -664,8 +664,8 @@ Remove self from the scene / parent.
@@ -716,8 +716,8 @@ Copy the properties of one [Two.Shape](/docs/shape/) onto another.
@@ -776,8 +776,8 @@ Create a new [Two.Shape](/docs/shape/) with the same values as the current shape
@@ -821,8 +821,8 @@ Create a JSON compatible object that represents information of the shape.
diff --git a/wiki/docs/shapes/arc-segment/README.md b/wiki/docs/shapes/arc-segment/README.md
index 2a56fbbcc..1c297cdaa 100644
--- a/wiki/docs/shapes/arc-segment/README.md
+++ b/wiki/docs/shapes/arc-segment/README.md
@@ -74,8 +74,8 @@ A list of properties that are on every [Two.ArcSegment](/docs/shapes/arc-segment
@@ -134,8 +134,8 @@ Create a new [Two.ArcSegment](/docs/shapes/arc-segment/) from an object notation
@@ -191,8 +191,8 @@ The size of the inner radius of the arc segment.
@@ -238,8 +238,8 @@ The size of the outer radius of the arc segment.
@@ -285,8 +285,8 @@ The angle of one side for the arc segment.
@@ -332,8 +332,8 @@ The angle of the other side for the arc segment.
@@ -384,8 +384,8 @@ Copy the properties of one [Two.ArcSegment](/docs/shapes/arc-segment/) onto anot
@@ -444,8 +444,8 @@ Create a new instance of [Two.ArcSegment](/docs/shapes/arc-segment/) with the sa
@@ -497,8 +497,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/shapes/circle/README.md b/wiki/docs/shapes/circle/README.md
index d0cd64682..aa7bcd907 100644
--- a/wiki/docs/shapes/circle/README.md
+++ b/wiki/docs/shapes/circle/README.md
@@ -71,8 +71,8 @@ A list of properties that are on every [Two.Circle](/docs/shapes/circle/).
@@ -131,8 +131,8 @@ Create a new [Two.Circle](/docs/shapes/circle/) from an object notation of a [Tw
@@ -188,8 +188,8 @@ The size of the radius of the circle.
@@ -240,8 +240,8 @@ Copy the properties of one [Two.Circle](/docs/shapes/circle/) onto another.
@@ -300,8 +300,8 @@ Create a new instance of [Two.Circle](/docs/shapes/circle/) with the same proper
@@ -353,8 +353,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/shapes/ellipse/README.md b/wiki/docs/shapes/ellipse/README.md
index 97af3c5ab..93286b72f 100644
--- a/wiki/docs/shapes/ellipse/README.md
+++ b/wiki/docs/shapes/ellipse/README.md
@@ -72,8 +72,8 @@ A list of properties that are on every [Two.Ellipse](/docs/shapes/ellipse/).
@@ -132,8 +132,8 @@ Create a new [Two.Ellipse](/docs/shapes/ellipse/) from an object notation of a [
@@ -189,8 +189,8 @@ The width of the ellipse.
@@ -236,8 +236,8 @@ The height of the ellipse.
@@ -288,8 +288,8 @@ Copy the properties of one [Two.Ellipse](/docs/shapes/ellipse/) onto another.
@@ -348,8 +348,8 @@ Create a new instance of [Two.Ellipse](/docs/shapes/ellipse/) with the same prop
@@ -401,8 +401,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/shapes/points/README.md b/wiki/docs/shapes/points/README.md
index f8ab0d67c..9a6ce016b 100644
--- a/wiki/docs/shapes/points/README.md
+++ b/wiki/docs/shapes/points/README.md
@@ -74,8 +74,8 @@ Set to `true` if you'd like the size of the points to be relative to the scale o
@@ -127,8 +127,8 @@ Number between zero and one to state the beginning of where the path is rendered
@@ -180,8 +180,8 @@ Number between zero and one to state the ending of where the path is rendered.
@@ -233,8 +233,8 @@ See: [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value](https://deve
@@ -286,8 +286,8 @@ See: [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value](https://deve
@@ -333,8 +333,8 @@ A class to be applied to the element to be compatible with CSS styling.
@@ -390,8 +390,8 @@ Display the points or not.
@@ -453,8 +453,8 @@ A list of [Two.Vector](/docs/vector/) objects that consist of which coordinates
@@ -522,8 +522,8 @@ See: [https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharra
@@ -569,8 +569,8 @@ A number in pixels to offset [Two.Points.dashes](/docs/shapes/points/#dashes) di
@@ -621,8 +621,8 @@ Copy the properties of one [Two.Points](/docs/shapes/points/) onto another.
@@ -681,8 +681,8 @@ Create a new instance of [Two.Points](/docs/shapes/points/) with the same proper
@@ -734,8 +734,8 @@ Return a JSON compatible plain object that represents the points object.
@@ -779,8 +779,8 @@ Short hand method to set fill to `none`.
@@ -824,8 +824,8 @@ Short hand method to set stroke to `none`.
@@ -869,8 +869,8 @@ Orient the vertices of the shape to the upper left-hand corner of the points obj
@@ -914,8 +914,8 @@ Orient the vertices of the shape to the center of the points object.
@@ -976,8 +976,8 @@ Return an object with top, left, right, bottom, width, and height parameters of
@@ -1028,8 +1028,8 @@ Insert a [Two.Vector](/docs/vector/) at the midpoint between every item in [Two.
@@ -1075,8 +1075,8 @@ The sum of distances between all [Two.Points.vertices](/docs/shapes/points/#vert
diff --git a/wiki/docs/shapes/polygon/README.md b/wiki/docs/shapes/polygon/README.md
index 55340c734..1b8ee837c 100644
--- a/wiki/docs/shapes/polygon/README.md
+++ b/wiki/docs/shapes/polygon/README.md
@@ -71,8 +71,8 @@ A list of properties that are on every [Two.Polygon](/docs/shapes/polygon/).
@@ -131,8 +131,8 @@ Create a new [Two.Polygon](/docs/shapes/polygon/) from an object notation of a [
@@ -188,8 +188,8 @@ The radius value of the polygon.
@@ -245,8 +245,8 @@ The size of the width of the polygon.
@@ -302,8 +302,8 @@ The size of the height of the polygon.
@@ -359,8 +359,8 @@ The amount of sides the polyogn has.
@@ -411,8 +411,8 @@ Copy the properties of one [Two.Polygon](/docs/shapes/polygon/) onto another.
@@ -471,8 +471,8 @@ Create a new instance of [Two.Polygon](/docs/shapes/polygon/) with the same prop
@@ -524,8 +524,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/shapes/rectangle/README.md b/wiki/docs/shapes/rectangle/README.md
index b4040a259..e0eb8dedd 100644
--- a/wiki/docs/shapes/rectangle/README.md
+++ b/wiki/docs/shapes/rectangle/README.md
@@ -71,8 +71,8 @@ A list of properties that are on every [Two.Rectangle](/docs/shapes/rectangle/).
@@ -131,8 +131,8 @@ Create a new [Two.Rectangle](/docs/shapes/rectangle/) from an object notation of
@@ -188,8 +188,8 @@ The size of the width of the rectangle.
@@ -235,8 +235,8 @@ The size of the height of the rectangle.
@@ -282,8 +282,8 @@ A two-component vector describing the origin offset to draw the rectangle. Defau
@@ -334,8 +334,8 @@ Copy the properties of one [Two.Rectangle](/docs/shapes/rectangle/) onto another
@@ -394,8 +394,8 @@ Create a new instance of [Two.Rectangle](/docs/shapes/rectangle/) with the same
@@ -447,8 +447,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/shapes/rounded-rectangle/README.md b/wiki/docs/shapes/rounded-rectangle/README.md
index ad6dd4778..1869aab46 100644
--- a/wiki/docs/shapes/rounded-rectangle/README.md
+++ b/wiki/docs/shapes/rounded-rectangle/README.md
@@ -73,8 +73,8 @@ A list of properties that are on every [Two.RoundedRectangle](/docs/shapes/round
@@ -133,8 +133,8 @@ Create a new [Two.RoundedRectangle](/docs/shapes/rounded-rectangle/) from an obj
@@ -190,8 +190,8 @@ The width of the rounded rectangle.
@@ -237,8 +237,8 @@ The height of the rounded rectangle.
@@ -284,8 +284,8 @@ The size of the radius of the rounded rectangle.
@@ -336,8 +336,8 @@ Copy the properties of one [Two.RoundedRectangle](/docs/shapes/rounded-rectangle
@@ -396,8 +396,8 @@ Create a new instance of [Two.RoundedRectangle](/docs/shapes/rounded-rectangle/)
@@ -449,8 +449,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/shapes/star/README.md b/wiki/docs/shapes/star/README.md
index b55598f85..e1abc03d8 100644
--- a/wiki/docs/shapes/star/README.md
+++ b/wiki/docs/shapes/star/README.md
@@ -72,8 +72,8 @@ A list of properties that are on every [Two.Star](/docs/shapes/star/).
@@ -132,8 +132,8 @@ Create a new [Two.Star](/docs/shapes/star/) from an object notation of a [Two.St
@@ -189,8 +189,8 @@ The size of the inner radius of the star.
@@ -236,8 +236,8 @@ The size of the outer radius of the star.
@@ -283,8 +283,8 @@ The amount of sides the star has.
@@ -335,8 +335,8 @@ Copy the properties of one [Two.Star](/docs/shapes/star/) onto another.
@@ -395,8 +395,8 @@ Create a new instance of [Two.Star](/docs/shapes/star/) with the same properties
@@ -448,8 +448,8 @@ Return a JSON compatible plain object that represents the path.
diff --git a/wiki/docs/text/README.md b/wiki/docs/text/README.md
index fad483543..8caccb1c9 100644
--- a/wiki/docs/text/README.md
+++ b/wiki/docs/text/README.md
@@ -1263,8 +1263,8 @@ Copy the properties of one [Two.Text](/docs/text/) onto another.
@@ -1323,8 +1323,8 @@ Create a new instance of [Two.Text](/docs/text/) with the same properties of the
@@ -1376,8 +1376,8 @@ Return a JSON compatible plain object that represents the text object.
@@ -1431,8 +1431,8 @@ Short hand method to set fill to `none`.
@@ -1476,8 +1476,8 @@ Short hand method to set stroke to `none`.
@@ -1538,8 +1538,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 8ed57e2cb..457bc0956 100644
--- a/wiki/docs/two/README.md
+++ b/wiki/docs/two/README.md
@@ -75,8 +75,8 @@ The different rendering types available in the library.
@@ -122,8 +122,8 @@ The current working version of the library, `v0.8.15`.
@@ -169,8 +169,8 @@ The automatically generated publish date in the build process to verify version
@@ -216,8 +216,8 @@ String prefix for all Two.js object's ids. This trickles down to SVG ids.
@@ -263,8 +263,8 @@ Default amount of vertices to be used for interpreting Arcs and ArcSegments.
@@ -310,8 +310,8 @@ When importing SVGs through the [Two.interpret](/docs/two/#interpret) and [Two.l
@@ -367,8 +367,8 @@ Registered list of all Two.js instances in the current session.
@@ -422,8 +422,8 @@ Simple method to access an incrementing value. Used for `id` allocation on all T
@@ -469,8 +469,8 @@ Map of possible path commands. Taken from the SVG specification. Commands includ
@@ -524,8 +524,8 @@ __Two.Utils.read.path__: Parse SVG path element or `d` attribute string.
@@ -571,8 +571,8 @@ A string representing which type of renderer the instance has instantiated.
@@ -618,8 +618,8 @@ The instantiated rendering class for the instance. For a list of possible render
@@ -665,8 +665,8 @@ The base level [Two.Group](/docs/group/) which houses all objects for the instan
@@ -712,8 +712,8 @@ The width of the instance's dom element.
@@ -759,8 +759,8 @@ The height of the instance's dom element.
@@ -806,8 +806,8 @@ An integer representing how many frames have elapsed.
@@ -853,8 +853,8 @@ A number representing how much time has elapsed since the last frame in millisec
@@ -900,8 +900,8 @@ A boolean representing whether or not the instance is being updated through the
@@ -945,8 +945,8 @@ If `options.fullscreen` or `options.fitted` in construction create this function
@@ -997,8 +997,8 @@ Shorthand method to append your instance of Two.js to the `document`.
@@ -1050,8 +1050,8 @@ Call to start an internal animation loop.
@@ -1113,8 +1113,8 @@ Call to stop the internal animation loop for a specific instance of Two.js.
@@ -1175,8 +1175,8 @@ Release an arbitrary class' events from the Two.js corpus and recurse through it
@@ -1291,8 +1291,8 @@ Render all drawable and visible objects of the scene.
@@ -1343,8 +1343,8 @@ A shorthand method to add specific Two.js objects to the scene.
@@ -1395,8 +1395,8 @@ A shorthand method to remove specific Two.js objects from the scene.
@@ -1440,8 +1440,8 @@ Removes all objects from the instance's scene. If you intend to have the browser
@@ -1503,8 +1503,8 @@ Creates a Two.js line and adds it to the scene.
@@ -1566,8 +1566,8 @@ Creates a Two.js arrow and adds it to the scene.
@@ -1629,8 +1629,8 @@ Creates a Two.js rectangle and adds it to the scene.
@@ -1693,8 +1693,8 @@ Creates a Two.js rounded rectangle and adds it to the scene.
@@ -1756,8 +1756,8 @@ Creates a Two.js circle and adds it to the scene.
@@ -1820,8 +1820,8 @@ Creates a Two.js ellipse and adds it to the scene.
@@ -1884,8 +1884,8 @@ Creates a Two.js star and adds it to the scene.
@@ -1947,8 +1947,8 @@ Creates a Two.js path that is curved and adds it to the scene.
@@ -2020,8 +2020,8 @@ Creates a Two.js polygon and adds it to the scene.
@@ -2080,8 +2080,8 @@ __Returns__: Two.ArcSegment
@@ -2141,8 +2141,8 @@ Creates a Two.js points object and adds it to the current scene.
@@ -2202,8 +2202,8 @@ Creates a Two.js path and adds it to the scene.
@@ -2275,8 +2275,8 @@ Creates a Two.js text object and adds it to the scene.
@@ -2339,8 +2339,8 @@ Creates a Two.js linear gradient and adds it to the scene. In the case of an eff
@@ -2402,8 +2402,8 @@ Creates a Two.js linear-gradient object and adds it to the scene. In the case of
@@ -2468,8 +2468,8 @@ Creates a Two.js sprite object and adds it to the scene. Sprites can be used for
@@ -2532,8 +2532,8 @@ Creates a Two.js image sequence object and adds it to the scene.
@@ -2593,8 +2593,8 @@ Creates a Two.js texture object.
@@ -2653,8 +2653,8 @@ Creates a Two.js group object and adds it to the scene.
@@ -2715,8 +2715,8 @@ Interpret an SVG Node and add it to this instance's scene. The distinction shoul
@@ -2776,8 +2776,8 @@ Load an SVG file or SVG text and interpret it into Two.js legible objects.
diff --git a/wiki/docs/vector/README.md b/wiki/docs/vector/README.md
index e9f11d9be..d09b4c53a 100644
--- a/wiki/docs/vector/README.md
+++ b/wiki/docs/vector/README.md
@@ -69,8 +69,8 @@ Handy reference to a vector with component values 0, 0 at all times.
@@ -116,8 +116,8 @@ Handy reference to a vector with component values -1, 0 at all times.
@@ -163,8 +163,8 @@ Handy reference to a vector with component values 1, 0 at all times.
@@ -210,8 +210,8 @@ Handy reference to a vector with component values 0, -1 at all times.
@@ -257,8 +257,8 @@ Handy reference to a vector with component values 0, 1 at all times.
@@ -318,8 +318,8 @@ Add two vectors together.
@@ -379,8 +379,8 @@ Subtract two vectors: `v2` from `v1`.
@@ -424,8 +424,8 @@ Alias for [Two.Vector.sub](/docs/vector/#sub).
@@ -481,8 +481,8 @@ The ratio betwen two points `v1` and `v2`.
@@ -538,8 +538,8 @@ The angle between points `v1` and `v2`.
@@ -595,8 +595,8 @@ The distance between points `v1` and `v2`. Distance is always positive.
@@ -652,8 +652,8 @@ The squared distance between points `v1` and `v2`.
@@ -699,8 +699,8 @@ The horizontal x-component of the vector.
@@ -746,8 +746,8 @@ The vertical y-component of the vector.
@@ -798,8 +798,8 @@ Copy the x / y components of another object `v`.
@@ -843,8 +843,8 @@ Set the x / y component values of the vector to zero.
@@ -888,8 +888,8 @@ Create a new vector and copy the existing values onto the newly created instance
@@ -946,8 +946,8 @@ Add an object with x / y component values to the instance.
@@ -1010,8 +1010,8 @@ Add the **same** number to both x / y component values of the instance.
@@ -1075,8 +1075,8 @@ Add `x` / `y` values to their respective component value on the instance.
@@ -1126,8 +1126,8 @@ Alias for [Two.Vector.add](/docs/vector/#add).
@@ -1184,8 +1184,8 @@ Subtract an object with x / y component values to the instance.
@@ -1248,8 +1248,8 @@ Subtract the **same** number to both x / y component values of the instance.
@@ -1313,8 +1313,8 @@ Subtract `x` / `y` values to their respective component value on the instance.
@@ -1364,8 +1364,8 @@ Alias for [Two.Vector.sub](/docs/vector/#sub).
@@ -1409,8 +1409,8 @@ Alias for [Two.Vector.sub](/docs/vector/#sub).
@@ -1454,8 +1454,8 @@ Alias for [Two.Vector.sub](/docs/vector/#sub).
@@ -1512,8 +1512,8 @@ Multiply an object with x / y component values to the instance.
@@ -1576,8 +1576,8 @@ Multiply the **same** number to both x / y component values of the instance.
@@ -1641,8 +1641,8 @@ Multiply `x` / `y` values to their respective component value on the instance.
@@ -1692,8 +1692,8 @@ Alias for [Two.Vector.multiply](/docs/vector/#multiply).
@@ -1744,8 +1744,8 @@ Mulitiply the vector by a single number. Shorthand to call [Two.Vector.multiply]
@@ -1802,8 +1802,8 @@ Divide an object with x / y component values to the instance.
@@ -1866,8 +1866,8 @@ Divide the **same** number to both x / y component values of the instance.
@@ -1931,8 +1931,8 @@ Divide `x` / `y` values to their respective component value on the instance.
@@ -1982,8 +1982,8 @@ Alias for [Two.Vector.divide](/docs/vector/#divide).
@@ -2034,8 +2034,8 @@ Divide the vector by a single number. Shorthand to call [Two.Vector.divide](/doc
@@ -2079,8 +2079,8 @@ Invert each component's sign value.
@@ -2132,8 +2132,8 @@ Get the [dot product](https://en.wikipedia.org/wiki/Dot_product) of the vector.
@@ -2185,8 +2185,8 @@ Get the length of a vector.
@@ -2238,8 +2238,8 @@ Get the length of the vector to the power of two. Widely used as less expensive
@@ -2283,8 +2283,8 @@ Normalize the vector from negative one to one.
@@ -2336,8 +2336,8 @@ Get the distance between two vectors.
@@ -2389,8 +2389,8 @@ Get the distance between two vectors to the power of two. Widely used as less ex
@@ -2441,8 +2441,8 @@ Set the length of a vector.
@@ -2502,8 +2502,8 @@ Qualify if one vector roughly equal another. With a margin of error defined by e
@@ -2561,8 +2561,8 @@ See: [Matt DesLauriers](https://twitter.com/mattdesl/status/1031305279227478016)
@@ -2621,8 +2621,8 @@ Check to see if vector is roughly zero, based on the `epsilon` precision value.
@@ -2674,8 +2674,8 @@ Return a comma-separated string of x, y value. Great for storing in a database.
@@ -2727,8 +2727,8 @@ Return a JSON compatible plain object that represents the vector.
@@ -2779,8 +2779,8 @@ Rotate a vector.