maxGraph/packages/html
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
..
.storybook feat(examples): activate the storybook source addon (#75) 2022-01-25 07:19:17 +01:00
public - Add more images. 2021-04-25 12:39:40 +09:00
stories fix: correctly manage the markers fill style (#157) 2023-01-06 16:53:54 +01:00
package.json chore: improve the configuration to build the npm package (#87) 2022-07-05 08:08:25 +02:00
webpack.config.js Trying to run HelloWorld... 2021-09-09 10:14:59 +09:00