Szigeti Péter

Results 3 issues of Szigeti Péter

I created this update based on the updated [svg.draggable.js](https://github.com/svgdotjs/svg.draggable.js) and the discussion in PR #48.

The `SortFlags` option mentioned in the README is not actually exported. https://github.com/spf13/pflag/blob/d5e0c0615acee7028e1e2740a11102313be88de1/README.md?plain=1#L257 Instead `CommandLine.SortFlags` is available. ```diff # README.md flags.BoolP("verbose", "v", false, "verbose output") flags.String("coolflag", "yeaah", "it's really cool flag")...

I'd like to add type definitions for the library to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped), but unfortunaltely the `active` global property is preventing that: https://github.com/LeaVerou/stretchy/blob/68bc05935f43cb76b6ebdf8a217b0eea1ab733ed/src/stretchy.js#L135 Since in TypeScript type definition files all exported variables...