Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sanjay Yadav
PPT Generator
Commits
bd9205c4
Commit
bd9205c4
authored
Oct 30, 2017
by
Sanjay Yadav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGE: Changed config.
parent
2d9a0597
Pipeline
#32290
passed with stage
in 1 minute and 9 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
9 deletions
+25
-9
tests/hospital-config.yaml
tests/hospital-config.yaml
+4
-2
tests/rectangle-config.yaml
tests/rectangle-config.yaml
+21
-7
tests/rectangle-input.pptx
tests/rectangle-input.pptx
+0
-0
No files found.
tests/hospital-config.yaml
View file @
bd9205c4
...
...
@@ -15,8 +15,10 @@ edit-table:
circle-test
:
stack
:
vertical
margin
:
0.70
oval
:
background-color
:
"
{{
color
}}"
css
:
style
:
fill
:
function
:
data['color']
details
:
data
:
"
data[0]"
...
...
tests/rectangle-config.yaml
View file @
bd9205c4
...
...
@@ -2,10 +2,24 @@ source: rectangle-input.pptx
target
:
rectangle-output.pptx
replace-title
:
rectangle_test
:
rectangle
:
top
:
100
left
:
50
width
:
350
height
:
250
fill
:
"
lambda
x:
'#00fff0'"
stroke
:
"
lambda
x:
'#ffff00'"
css
:
style
:
top
:
100
left
:
50
width
:
350
height
:
250
fill
:
function
:
"
lambda
x:
'#00fff0'"
stroke
:
function
:
"
lambda
x:
'#ffff00'"
ovaltest
:
css
:
style
:
top
:
100
left
:
400
width
:
350
height
:
250
fill
:
function
:
"
lambda
x:
'#00fff0'"
stroke
:
function
:
"
lambda
x:
'#ffff00'"
tests/rectangle-input.pptx
View file @
bd9205c4
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment