Skip to content

Commit

Permalink
Fix for Issue #88
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBrent authored and GitBrent committed May 18, 2017
1 parent ec8bccd commit a4f31e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' } }
]
}
};
Expand Down

0 comments on commit a4f31e5

Please # to comment.