summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/polyfill/README.md
diff options
context:
space:
mode:
authorValentin Ionita <valentin.ionita1201@gmail.com>2019-06-28 08:01:03 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-06-28 08:01:03 +0000
commitd4ca220c4825ab41207ea060935ca730e32a6ee3 (patch)
tree1823e476fa97d021910ec59c307ac4fe879e44b6 /src/extension/internal/polyfill/README.md
parentmesh.js update (diff)
downloadinkscape-d4ca220c4825ab41207ea060935ca730e32a6ee3.tar.gz
inkscape-d4ca220c4825ab41207ea060935ca730e32a6ee3.zip
hatch.js
Polyfill to render hatches by converting paths to patterns. Used standardjs for linting, but kept the semicolons. Part of 2019 GSoC project.
Diffstat (limited to 'src/extension/internal/polyfill/README.md')
-rw-r--r--src/extension/internal/polyfill/README.md5
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),