Difference between revisions of "Karma:Meeting 23 Jun 2009"

From Sugar Labs
Jump to navigation Jump to search
Line 1: Line 1:
 
* Subzero still working on finishing and optimizing Quadrilaterals
 
* Subzero still working on finishing and optimizing Quadrilaterals
 
* Primary cause of slowness in Quadrilaterals, constant redrawing of line segment in [http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/quadrilaterals/js/activity.js#line290|lines 290-296]
 
* Primary cause of slowness in Quadrilaterals, constant redrawing of line segment in [http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/quadrilaterals/js/activity.js#line290|lines 290-296]
 +
* problems w/ current Quadrilaterals activity
 +
*# u have absolute and not relative positions in css, this could cause problems going b/w different machines
 +
*# not using regular DOM elements for buttons -- but this is easy to fix and u can just do it on the next activity

Revision as of 21:40, 22 June 2009

  • Subzero still working on finishing and optimizing Quadrilaterals
  • Primary cause of slowness in Quadrilaterals, constant redrawing of line segment in 290-296
  • problems w/ current Quadrilaterals activity
    1. u have absolute and not relative positions in css, this could cause problems going b/w different machines
    2. not using regular DOM elements for buttons -- but this is easy to fix and u can just do it on the next activity