Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Mar 20, 2021
Commits on May 18, 2020
-
Merge pull request #76 from akx/fast-grid
perf: Draw grid as a single path
-
perf: Draw grid as a single path
Drawing the grid as a single path is much more efficient than each marker having their own path that's begun, filled, and closed, especially when there are plenty of them.