-
Notifications
You must be signed in to change notification settings - Fork 203
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
all: remove descent padding from horizontal axis #780
Conversation
007520f
to
4f16279
Compare
There's a bunch of stuff that I'm working through fixing because we were assuming all testing on amd64. |
6710bc5
to
8a64747
Compare
@sbinet vg/vggio.TestCanvas appears to be failing in an OS version-dependent manner. |
Now it's only appveyor. I think I'm OK with that. |
palette/moreland/convert.go
Outdated
X: 0.4124*c.R + 0.3576*c.G + 0.1805*c.B, | ||
Y: 0.2126*c.R + 0.7152*c.G + 0.0722*c.B, | ||
Z: 0.0193*c.R + 0.1192*c.G + 0.9505*c.B, | ||
X: float64(0.4124*c.R) + float64(0.3576*c.G) + float64(.1805*c.B), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add back the omitted leading 0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The joy of working remotely on a rpi.
Please take a look.
Fixes #779