Skip to content

Commit

Permalink
minor fix to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsayen authored Jun 5, 2017
1 parent 3e36589 commit dce5a23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,11 @@ A data URL for a placeholder image that will be used when fetching an image fail
It's tested on latest Chrome and Firefox (49 and 45 respectively at the time
of writing), with Chrome performing significantly better on big DOM trees,
possibly due to it's more performant SVG support, and the fact that it supports
`CSSStyleDeclaration.cssText` property.
`CSSStyleDeclaration.cssText` property.

_Internet Explorer is not (and will not be) supported, as it does not support
SVG `<foreignObject>` tag_
SVG `<foreignObject>` tag_

_Safari [is not supported](https://github.com/tsayen/dom-to-image/issues/27), as it uses a stricter security model on `<foreignObject`> tag. Suggested workaround is to use `toSvg` and render on the server._`

## Dependencies
Expand Down

0 comments on commit dce5a23

Please sign in to comment.