Hi!
When trying to figure out what hardware acceleration really does by searching in code, I notice the name of the option "hardware acceleration" is inconsistent in readme and code. It is fairly confusing as the runtime wouldn't complain about the mistyping at all.
Type:
Environment:
- OS: N/A
- Browser: N/A
- Library Version: N/A
I'm going to open a PR:
Description:
As is shown in:
|
| options.hardwareAccelerated | boolean | true/false | Makes the animation run with hardware acceleration (default: false) | |
|
hardwareAcceleration: false, |
(Not sure which one is the intended. So I am not sending a PR.)
Hi!
When trying to figure out what hardware acceleration really does by searching in code, I notice the name of the option "hardware acceleration" is inconsistent in readme and code. It is fairly confusing as the runtime wouldn't complain about the mistyping at all.
Type:
Environment:
I'm going to open a PR:
Description:
As is shown in:
leaflet-ant-path/README.md
Line 153 in 6853464
leaflet-ant-path/src/plugin/components/ant-path.component.js
Line 25 in 6853464
(Not sure which one is the intended. So I am not sending a PR.)