app/js/lib/views/canvas.coffee in ela-3.4.3 vs app/js/lib/views/canvas.coffee in ela-4.0.0
- old
+ new
@@ -9,9 +9,10 @@
constructor: ->
super
fontWeight = if window.devicePixelRatio > 1 then 300 else 400
@defaultFont = "#{fontWeight} 12px Roboto"
+ @largeBoldFont = "#{fontWeight * 2} 20px Roboto"
initialize: (options = {}) ->
# Make sure we got the parameters model for holding view specific
# information
@params = options.params