Change rendering algorithm

This commit is contained in:
Adrian Hall
2020-03-11 22:17:11 +00:00
parent bab4649a1e
commit 1e498eccb6
2 changed files with 93 additions and 38 deletions

View File

@@ -381,7 +381,12 @@ const config = {
* retain their elegant joins to the boxes regardless of the angle of incidence
* then override this to something less than 100%
*/
fillOpacity: '100%'
fillOpacity: '100%',
/**
* Font size
*/
fontSize: '12px'
}
};