Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimTanyalcin committed Nov 1, 2016
1 parent 453a610 commit d05a499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image related [data mime types](https://developer.mozilla.org/en-US/docs/Web/HTT
##Compatibility
    *Chrome, Firefox, IE(>9;svg only), Safari(?)*

    Currently tested with Chrome and Firefox. A fallback mechanism exists in ie >10 which displays an alert and subsequently downloads an svg file instead.
    Currently tested with Chrome and Firefox. A fallback mechanism exists in IE >10 which displays an alert and subsequently downloads an SVG file instead.

Unfortunately:

Expand All @@ -16,7 +16,7 @@ canvas.toDataURL(..

method will invoke a security error in IE. However, this seems to be a verified bug in IE<=11 and is already reported to be fixed in [edge](https://connect.microsoft.com/IE/feedback/details/828416/cavas-todataurl-method-doesnt-work-after-draw-svg-file-to-canvas).

&nbsp;&nbsp;&nbsp;&nbsp;For Safari, the a.download property and/or attribute does not exit, therefore the output is displayed in a new window.
&nbsp;&nbsp;&nbsp;&nbsp;For Safari, the *a.download* property and/or _attribute_ does not exit, therefore the output is displayed in a *new window*.

&nbsp;&nbsp;&nbsp;&nbsp;For Safari, check that your pop-up blockers are __disabled__.

Expand Down

0 comments on commit d05a499

Please sign in to comment.