summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/polyfill (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hatch.jsValentin Ionita2019-06-286-1/+12336
| | | | | | Polyfill to render hatches by converting paths to patterns. Used standardjs for linting, but kept the semicolons. Part of 2019 GSoC project.
* mesh.js updateValentin Ionita2019-06-264-821/+1163
| | | | | | | Updated formatting and migrated to ES6 syntax for classes, variable declarations, arrow functions, iterators. Fixed variable redeclarations and undefined getComputedStyle, removed unnecessary escapes from RegEx. Used standardjs for linting, but kept the semicolons.
* Fix license in new filesMarc Jeanmougin2018-12-092-1/+2
|
* Add some SVG 2 fallbacks:Tavmjong Bah2018-12-073-0/+865
* Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text