maxGraph/packages
Thomas Bouffard 3fff754cd6
fix: correctly manage the markers fill style (#157)
Previously, when setting startFill/endFill, the display was inverted
comparing to the configuration.
The marker was filled when set to false, not filled when set to true.
When not set, the marker was filled, which is the expected default.

The issue came from a wrong condition to manage the default value and
was reproduced with the Markers Story.

In addition to the code fix, update the Markers.stories.js to fix style
configurations
  - use number instead of string for markers size
  - use boolean instead of number for start/end fill
2023-01-06 16:53:54 +01:00
..
core fix: correctly manage the markers fill style (#157) 2023-01-06 16:53:54 +01:00
html fix: correctly manage the markers fill style (#157) 2023-01-06 16:53:54 +01:00
ts-example Apply eslint and prettier autofixes on codebase (#133) 2022-11-20 17:03:20 +01:00
ts-support docs: set the minimum TypeScript requirement to 3.8 (#128) 2022-11-07 18:31:40 +01:00