diff options
author | wout <wout@impinc.co.uk> | 2014-01-22 12:49:48 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-22 12:49:48 +0100 |
commit | e69727ad986b456c95c54b9760c44e0560507b86 (patch) | |
tree | f62dc82aeeeed18c96af371254f0a3503e61a612 | |
parent | b27d01e9f91bff6145170ebd46857cd703480fec (diff) | |
download | svg.js-e69727ad986b456c95c54b9760c44e0560507b86.tar.gz svg.js-e69727ad986b456c95c54b9760c44e0560507b86.zip |
Typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ Svg.js also works outside of the HTML DOM, inside an SVG document for example: ``` ### Sub pixel offset fix -By default wub pixel offset won't be corrected. To enable it, call the `fixSubPixelOffset()` method: +By default sub pixel offset won't be corrected. To enable it, call the `fixSubPixelOffset()` method: ```javascript var draw = SVG('drawing').fixSubPixelOffset() |