From f96177f8a8b9cc7227cb897fb47c04e9eef08d64 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Sat, 9 Dec 2017 17:46:07 +0800 Subject: [PATCH] Update docs --- docs/features.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/features.md b/docs/features.md index b708b4d..794aee2 100644 --- a/docs/features.md +++ b/docs/features.md @@ -35,6 +35,10 @@ Below is a list of all the supported CSS properties and values. - left - letter-spacing - margin + - max-height + - max-width + - min-height + - min-width - opacity - overflow - padding @@ -58,6 +62,7 @@ Below is a list of all the supported CSS properties and values. ## Unsupported CSS properties These CSS properties are **NOT** currently supported - [background-blend-mode](https://github.com/niklasvh/html2canvas/issues/966) + - [border-image](https://github.com/niklasvh/html2canvas/issues/1287) - [box-shadow](https://github.com/niklasvh/html2canvas/pull/1086) - [filter](https://github.com/niklasvh/html2canvas/issues/493) - [font-variant-ligatures](https://github.com/niklasvh/html2canvas/pull/1085)