expo / expo-2d-context

A pure-js implementation of the W3C's Canvas-2D Context API that can be run on either Expo Graphics or WebGL
109 stars 7 forks source link

Property: globalCompositeOperation not supported #10

Open faria opened 5 years ago

faria commented 5 years ago

When setting context.globalCompositeOperation value (e.g. to 'destination-out'), I get a Property not supported error at Expo2DContext.js.:1687:26

Are there any plans to add support for compositing?