nabu1185 / mathmleditor

Automatically exported from code.google.com/p/mathmleditor
0 stars 0 forks source link

Improvement Request #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I need the ability to change the background of the editorId to white...

Original issue reported on code.google.com by Bonnie.E...@gmail.com on 16 Mar 2011 at 5:43

GoogleCodeExporter commented 9 years ago
I verified in the code and it is white.

Original comment by ionel.alexandru@gmail.com on 17 Mar 2011 at 7:45

GoogleCodeExporter commented 9 years ago
I'm creating an image by using this code:
var imageByteArray:ByteArray = Base64.decodeToByteArray( 
editorId.getBase64Image('tif') );

The image displays nicely, but the background is very slightly grey.  I thought 
it was because the editorID background is gray.

Original comment by Bonnie.E...@gmail.com on 22 Mar 2011 at 11:55