Open dickinson0718 opened 2 years ago
Also when you have an triangle selected and change between the color types (like HSLA to RGBA) the new color space values don't appear to be correct. For example in the public construction VolumePrinciple, the blue line segment go from
HSLA of 194,0.7.0,5,1
to
RGBA 255,0,0,1
when the equivalent value is RGBA 38, 175, 217, 1
When changing the display of a triangle (after measuring it) the fill color appears to be muted (like the opacity is less than one, but the numerical values displayed show an opacity of one). This might also be happening to the stroke of a line segment. See the public construction VolumePrinciple for an example.