diff --git a/README.md b/README.md index 2d2f62a50..31e34b21f 100644 --- a/README.md +++ b/README.md @@ -847,19 +847,19 @@ var gObjPptxMasters = { title: 'Slide Master', bkgd: 'FFFFFF', objects: [ - { 'line': { x: 3.5, y:1.00, w:6.00, line:'0088CC', line_size:5 } }, - { 'rect': { x: 0.0, y:5.30, w:'100%', h:0.75, fill:'F1F1F1' } }, - { 'text': { text:'Status Report', options:{ x:3.0, y:5.30, w:5.5, h:0.75 } } }, - { 'image': { x:11.3, y:6.40, w:1.67, h:0.75, path:'images/logo.png' } } - ] + { 'line': { x: 3.5, y:1.00, w:6.00, line:'0088CC', line_size:5 } }, + { 'rect': { x: 0.0, y:5.30, w:'100%', h:0.75, fill:'F1F1F1' } }, + { 'text': { text:'Status Report', options:{ x:3.0, y:5.30, w:5.5, h:0.75 } } }, + { 'image': { x:11.3, y:6.40, w:1.67, h:0.75, path:'images/logo.png' } } + ], slideNumber: { x:0.3, y:'90%' } }, TITLE_SLIDE: { title: 'I am the Title Slide', bkgd: { data:'image/png;base64,R0lGONlhotPQBMAPyoAPosR[...]+0pEZbEhAAOw==' }, objects: [ - { 'text': { text:'Greetings!', options:{ x:0.0, y:0.9, w:'100%', h:1, font_face:'Arial', color:'FFFFFF', font_size:60, align:'c' } } }, - { 'image': { x:11.3, y:6.40, w:1.67, h:0.75, path:'images/logo.png' } } + { 'text': { text:'Greetings!', options:{ x:0.0, y:0.9, w:'100%', h:1, font_face:'Arial', color:'FFFFFF', font_size:60, align:'c' } } }, + { 'image': { x:11.3, y:6.40, w:1.67, h:0.75, path:'images/logo.png' } } ] } };