svgdom icon indicating copy to clipboard operation
svgdom copied to clipboard

Use `const` and `let`, instead of `var`, when declaring variables.

Open dbrnz opened this issue 5 years ago • 2 comments

I did this in utils/pathUtils.js on the off-chance it might have fixed the strange behaviour I was seeing with getting an arc's centre...

dbrnz avatar Apr 15 '19 23:04 dbrnz

I guess it's a nice to have :D. In which order do I merge?

Fuzzyma avatar Apr 16 '19 04:04 Fuzzyma

Either order -- the two pull requests are independent of each other.

dbrnz avatar Apr 16 '19 06:04 dbrnz