OptionalabsCoord?: booleanset to true if x,y should be considered absolute in the svg (in that case rep is ignored), useless if there is no frame (in that case x,y will be considered absolute regardless of this property)
Optionalcolor?: stringColor, black by default
OptionalfontSize?: numberFont size of the name
Optionalhidden?: booleantrue to get the point masked
OptionalhiddenName?: booleantrue to get the name point masked
Optionalname?: stringName of the point (if present)
OptionaloffsetX?: numberx-shift of the name
OptionaloffsetY?: numbery-shift of the name
Optionalopacity?: numberopacity (0 to 1), 1 by default
OptionalpointStyle?: stringPoint style (o|O|OO|x|X|+|<>|[]|.) or (littleround|round|biground|mult|bigmult|cross|diamond|square|pixel|)
Optionalrep?: stringtag of the frame (system of coordinates), mandatory only if the figure contains several frames
Optionaltag?: stringTag to be applied on the point (if present)
starting x-coordinate when the point is created
starting y-coordinate when the point is created
The created point if isPromiseMode is false else promise that will be resolved when the point is displayed
Add a free point Syntax
addFreePoint(x, y),addFreePoint(x, y, name),addFreePoint(x, y, name, color),addFreePoint(x, y, name, color, pointStyle)oraddFreePoint(x, y, name, color, pointStyle, rep)allowed