Skip to content

Commit

Permalink
Merge branches 'artwork' and 'experimental'
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 11, 2016
3 parents 13b0294 + 6387772 + b2950d2 commit 3c62b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/model.pug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ doctype xml
- const FONTFAMILY = require('../dev-lib/font-family.js')
- const W3C = 'http://www.w3.org/'
- const RATIO = 2 / 7
- const WIDTH = 321 * RATIO
- const WIDTH = 375 * RATIO
- const HEIGHT = 64 * RATIO
- const FONTSIZE = 50 * RATIO
- const BORDERSIZE = 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict'
const text = 'exprimental'
const text = 'experimental'
const color = 'orange'
module.exports = {text, color}

0 comments on commit 3c62b58

Please sign in to comment.