modify document

This commit is contained in:
ysk2014
2020-10-08 09:10:27 +08:00
parent 1dcd17b408
commit fc8c95ea74

View File

@@ -1,6 +1,6 @@
--- ---
title: "Features" title: 'Features'
description: "Discover the different features supported by html2canvas" description: 'Discover the different features supported by html2canvas'
--- ---
Below is a list of all the supported CSS properties and values. Below is a list of all the supported CSS properties and values.
@@ -25,6 +25,7 @@ Below is a list of all the supported CSS properties and values.
- content - content
- color - color
- display - display
- filter
- flex - flex
- float - float
- font - font
@@ -58,6 +59,7 @@ Below is a list of all the supported CSS properties and values.
- text-decoration-line - text-decoration-line
- text-decoration-style (**Only supports `solid`**) - text-decoration-style (**Only supports `solid`**)
- text-shadow - text-shadow
- text-stroke
- text-transform - text-transform
- top - top
- transform (**Limited support**) - transform (**Limited support**)
@@ -70,16 +72,16 @@ Below is a list of all the supported CSS properties and values.
- z-index - z-index
## Unsupported CSS properties ## Unsupported CSS properties
These CSS properties are **NOT** currently supported These CSS properties are **NOT** currently supported
- [background-blend-mode](https://github.com/niklasvh/html2canvas/issues/966) - [background-blend-mode](https://github.com/niklasvh/html2canvas/issues/966)
- [border-image](https://github.com/niklasvh/html2canvas/issues/1287) - [border-image](https://github.com/niklasvh/html2canvas/issues/1287)
- [box-decoration-break](https://github.com/niklasvh/html2canvas/issues/552) - [box-decoration-break](https://github.com/niklasvh/html2canvas/issues/552)
- [box-shadow](https://github.com/niklasvh/html2canvas/pull/1086) - [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) - [font-variant-ligatures](https://github.com/niklasvh/html2canvas/pull/1085)
- [mix-blend-mode](https://github.com/niklasvh/html2canvas/issues/580) - [mix-blend-mode](https://github.com/niklasvh/html2canvas/issues/580)
- [object-fit](https://github.com/niklasvh/html2canvas/issues/1064) - [object-fit](https://github.com/niklasvh/html2canvas/issues/1064)
- [repeating-linear-gradient()](https://github.com/niklasvh/html2canvas/issues/1162) - [repeating-linear-gradient()](https://github.com/niklasvh/html2canvas/issues/1162)
- [writing-mode](https://github.com/niklasvh/html2canvas/issues/1258) - [writing-mode](https://github.com/niklasvh/html2canvas/issues/1258)
- [zoom](https://github.com/niklasvh/html2canvas/issues/732) - [zoom](https://github.com/niklasvh/html2canvas/issues/732)