Skip to content

Releases: mondeja/svg-path-bbox

v1.0.2

11 Jan 14:04
Compare
Choose a tag to compare

Enhancements

  • Add basic options --version and --help to CLI.
  • Drop uneeded file from npm package.

v1.0.1

21 Jun 09:29
Compare
Choose a tag to compare
  • Fixed error computing limits for cubic Bèzier curves of length 0 (thanks for report @Casper-k).

v1.0.0

03 Jun 12:46
Compare
Choose a tag to compare

Breaking changes ⚠️

Make svgPathBbox the default export. You must require it since now using const svgPathBbox = require("svg-path-bbbox");.

v0.2.0

22 Dec 15:47
Compare
Choose a tag to compare
  • Removed almost all public API functions (only keep svgPathBbox function).
  • Removed polf dependency.
  • Optimized quadratic Bézier curves minimum and maximum values computation.
  • Optimized cubic Bézier curves minimum and maximum values computation.
  • Optimized lineal segments minimum and maximum values computation.

v0.1.6

22 Dec 01:18
Compare
Choose a tag to compare
  • Optimized quadratic curves minimum and maximum values computation.