diff options
Diffstat (limited to 'src/extension/internal/polyfill/README.md')
| -rw-r--r-- | src/extension/internal/polyfill/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/extension/internal/polyfill/README.md b/src/extension/internal/polyfill/README.md index adfc31555..2677a504b 100644 --- a/src/extension/internal/polyfill/README.md +++ b/src/extension/internal/polyfill/README.md @@ -1,4 +1,4 @@ -# Gradient Mesh JavaScript polyfill +# JavaScript polyfills This directory contains JavaScript "Polyfills" to support rendering of SVG 2 features that are not well supported by browsers, but appeared in the 2016 @@ -7,6 +7,9 @@ features that are not well supported by browsers, but appeared in the 2016 The included files are: - `mesh.js` mesh gradients supporting bicubic meshes and mesh on strokes. - `mesh_compressed.include` mesh.js minified and wrapped as a C++11 raw string literal. + - `hatch.js` hatch paint server supporting linear and absolute paths hatches + (relative paths are not fully supported) + - `hatch_tests` folder with tests used for `hatch.js` rendering ## Details The coding standard used is [semistandard](https://github.com/Flet/semistandard), |
