diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Defect in /demos/graphics/modifyelements.html #617

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This demo doesn't work because its missing the goog.graphics.Font class.

Simply add "goog.require('goog.graphics.Font');" at line 16 to fix it.

Original issue reported on code.google.com by CarlRoett@gmail.com on 25 Dec 2013 at 10:40