Changelog
1.6.1
premultipledAlpha
context creation attribute. Regl enforces consistency by filling in unspecified values but since 1.4.0 has enforced false
if unspecified, which seems to be nonstandard and in the minority. For improved backward compatibility, this PR sets premultipledAlpha: true
when not explicitly specified. (#566, #567)