mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-04-28 03:43:20 -07:00
Minor doc text update
This commit is contained in:
committed by
Matthieu Baumann
parent
5f5fd7b555
commit
2fed96e2a4
@@ -45,7 +45,7 @@ import { ProjectionEnum } from "../ProjectionEnum.js";
|
||||
* @property {string} [color] - The color of the shape
|
||||
* @property {string} [fill=false] - Fill the shape with fillColor
|
||||
* @property {string} [fillColor] - A filling color for the shape
|
||||
* @property {number} [lineWidth=2] - The line width in pixels (inherited from overlay if any where it defaults to 3)
|
||||
* @property {number} [lineWidth=2] - The line width in pixels (inherited from overlay, if any, where it defaults to 3)
|
||||
* @property {number} [selectionLineWidth=lineWidth] - The line width in pixels when the shape is selected
|
||||
* @property {number} [opacity=1] - The opacity, between 0 (totally transparent) and 1 (totally opaque)
|
||||
* @property {string} [selectionColor='#00ff00'] - A selection color
|
||||
|
||||
Reference in New Issue
Block a user