merge main

This commit is contained in:
vita10gy
2013-03-09 15:00:55 -06:00
2 changed files with 206 additions and 78 deletions

View File

@ -559,11 +559,8 @@ window.renderField = function(ent) {
fillOpacity: 0.25,
stroke: false,
clickable: false,
smoothFactor: 10,
vertices: ent[2].capturedRegion,
lastUpdate: ent[1],
guid: ent[0],
data: ent[2]});
smoothFactor: 0, // hiding small fields will be handled below
guid: ent[0]});
// determine which fields are too small to be rendered and dont
// render them, so they dont count towards the maximum fields limit.