Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill color (and stroke color?) not solid #38

Open
dickinson0718 opened this issue May 5, 2022 · 1 comment
Open

Fill color (and stroke color?) not solid #38

dickinson0718 opened this issue May 5, 2022 · 1 comment

Comments

@dickinson0718
Copy link
Collaborator

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.

@dickinson0718
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant