toolkit
toolkit copied to clipboard
toolkit is a JavaScript user interface widget library for professional audio applications
Safari added passive event listeners, chrome supports them for some time already. Unfortunately, the way they were specified makes compatibility very ugly. We have no choice, we need to take...
Might be a rounding error in SVG causing bezier curves to be drawn in the wrong direction.
Some widgets set base=min, if base is not set. This is not good.
The current Invalid class is not ideal. This change depends on IE11.
In many widgets like circular, DOM nodes are created but are often left empty, like markers, dots, etc. Create those nodes dynamically when they are needed. They increase the size...
Classes like "toolkit-warn", "toolkit-dragging", etc. are regularly set but often do not have any associated styles. They trigger style recalculation and relayout. Introduce options to make those classes optional.