Pixel art tool making artistic use of SVG's dasharray
property
Technologies: JavaScript, SVG
MoiréTest provides a simple but powerful UI for layering and masking of moiré patterns created by giving vector curves and lines a very wide stroke with a dash pattern. It works best in the Chrome browser.
This art tool functions by DOM manipulation of standard SVG elements, therefore the artwork can be downloaded as a .SVG
. It uses raw JavaScript with no dependencies.