diff -r 3d62ad46d744 -r 36dce152ef80 javaquery/canvas/src/main/resources/net/java/html/canvas/spi/package.html --- a/javaquery/canvas/src/main/resources/net/java/html/canvas/spi/package.html Thu Sep 26 14:26:58 2013 -0700 +++ b/javaquery/canvas/src/main/resources/net/java/html/canvas/spi/package.html Tue Feb 18 11:01:08 2014 +0100 @@ -19,6 +19,9 @@ --> - SPI for enabling the Canvas API on different platforms. + SPI for enabling the Canvas API on different platforms. Currently there are + implementations for HTML5 Canvas and JavaFX Canvas. If you want to create another + implementation, e.g. because you expect performance gains, or HTML5 and JavaFX + are not available on your platform, you need to implement one interface, GraphicsEnvironment.