Skip to content

Commit

Permalink
compiles v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Nov 17, 2016
1 parent babe66a commit ca6628d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ function(d) {
* [.stroke([*value*])](#Shape.stroke)
* [.strokeWidth([*value*])](#Shape.strokeWidth)
* [.textAnchor([*value*])](#Shape.textAnchor)
* [.transform([*value*])](#Shape.transform)
* [.vectorEffect([*value*])](#Shape.vectorEffect)
* [.verticalAlign([*value*])](#Shape.verticalAlign)
* [.x([*value*])](#Shape.x)
Expand Down Expand Up @@ -829,17 +828,6 @@ If *value* is specified, sets the text-anchor accessor to the specified function
| --- | --- | --- |
| [*value*] | <code>function</code> &#124; <code>String</code> &#124; <code>Array</code> | <code>&quot;start&quot;</code> |

<a name="Shape.transform"></a>

#### Shape.transform([*value*])
If *value* is specified, sets the transform accessor to the specified function or string and returns the current class instance. If *value* is not specified, returns the current transform accessor.

**Kind**: static method of <code>[Shape](#Shape)</code>

| Param | Type | Default |
| --- | --- | --- |
| [*value*] | <code>function</code> &#124; <code>String</code> | <code>&quot;&quot;</code> |

<a name="Shape.vectorEffect"></a>

#### Shape.vectorEffect([*value*])
Expand Down Expand Up @@ -910,4 +898,4 @@ Calculates the pixel distance between two points.



###### <sub>Documentation generated on Thu, 17 Nov 2016 04:38:12 GMT</sub>
###### <sub>Documentation generated on Thu, 17 Nov 2016 04:53:18 GMT</sub>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3plus-shape",
"version": "0.9.0",
"version": "0.9.1",
"description": "Fancy SVG shapes for visualizations",
"main": "build/d3plus-shape.js",
"jsnext:main": "index",
Expand Down

0 comments on commit ca6628d

Please sign in to comment.