google / elemental2

Type checked access to browser APIs for Java code.
Apache License 2.0
150 stars 38 forks source link

CanvasRenderingContext2D missing imageSmoothingEnabled #73

Closed mdproctor closed 5 years ago

mdproctor commented 5 years ago

https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled

realityforge commented 5 years ago

This has been added to closure compiler externs and will be available in the next release of elemental2. Until then you can download the latest elemental version via:

    <dependency>
      <groupId>org.realityforge.com.google.elemental2</groupId>
      <artifactId>elemental2-dom</artifactId>
      <version>1.0.0-b19-fb227e3</version>
    </dependency>
jDramaix commented 5 years ago

Thanks

niloc132 commented 5 years ago

Just double checking - is this fixed now in the upstream "google/elemental2", or is it being closed as "won't fix, since another fork has it"?

realityforge commented 5 years ago

It is fixed in the closure-compiler project ... and thus transitively here as well.

niloc132 commented 5 years ago

Excellent, thanks.