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