Skip to content

Commit

Permalink
fixed table syntax issue in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Oct 28, 2017
1 parent 349cd44 commit c2d7b01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ element or no `width` and/or `height` options were provided and this information
| Option | Type | Default | Description |
| ---------- | ------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `baseFile` | String | N/A | Path of the file to be converted into a file URL to use for all relative URLs contained within the SVG. Cannot be used in conjunction with the `baseUrl` option. |
| `baseUrl` | String | `"file:///path/to/cwd"` | Base URL to use for all relative URLs contained within the SVG. Cannot be used in
* conjunction with the `baseFile` option. |
| `baseUrl` | String | `"file:///path/to/cwd"` | Base URL to use for all relative URLs contained within the SVG. Cannot be used in conjunction with the `baseFile` option. |
| `height` | Number/String | N/A | Height of the PNG to be generated. Derived from SVG input if omitted. |
| `scale` | Number | `1` | Scale to be applied to the width and height (specified as options or derived) |
| `width` | Number/String | N/A | Width of the PNG to be generated. Derived from SVG input if omitted. |
Expand Down

0 comments on commit c2d7b01

Please sign in to comment.