vector icon indicating copy to clipboard operation
vector copied to clipboard

A javascript library for creating interactive graphics.

Results 11 vector issues
Sort by recently updated
recently updated
newest added

Hello, impressive example and a nice library. However, I can't find under which license you published your code. Maybe you can add this? Thanking you in advance!

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Solution: remove testing from website

This seems to be an issue of the browsers'. Firefox does not recignise `alignment-baseline` and `baseline-shift` in SVG, while Chrome does. A workaround is replacing `alignment-baseline` to `dominant-baseline`. Firefox: ![](https://user-images.githubusercontent.com/2662758/89099202-2bf8f780-d420-11ea-9916-ecce4fed7e8b.png)...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Hello Could you help me further in adjusting the speed of the scrubber in this example [Animate Along Path](https://vectorjs.org/examples/animate-along-path-vector/) ? Thanks!

Hello, The fourth step of the Development section of the documentation step indicates to run `npm start` but when I run it I get an error that the script is...