Fix: tweaking addNewPoint-flow

This commit is contained in:
Pieter Vander Vennet 2023-05-19 01:37:31 +02:00
parent 63ffa11238
commit d0e0abdece
8 changed files with 149 additions and 62 deletions

View file

@ -31,14 +31,11 @@ export default interface LineRenderingConfigJson {
*/
lineCap?: "round" | "square" | "butt" | string | TagRenderingConfigJson
/**
* Whether or not to fill polygons
*/
fill?: "yes" | "no" | TagRenderingConfigJson
/**
* The color to fill a polygon with.
* If undefined, this will be slightly more opaque version of the stroke line
* If undefined, this will be slightly more opaque version of the stroke line.
* Use '#00000000' to make the fill invisible
*/
fillColor?: string | TagRenderingConfigJson