Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docxtemplater-image-module
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
npm
docxtemplater-image-module
Commits
e5aed7c4
Commit
e5aed7c4
authored
Dec 31, 2014
by
Edgar Hipp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added cx and cy also in <a>
parent
d314388c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
coffee/index.coffee
+2
-2
No files found.
coffee/index.coffee
View file @
e5aed7c4
...
@@ -96,7 +96,7 @@ class ImageModule
...
@@ -96,7 +96,7 @@ class ImageModule
<pic:spPr bwMode="auto">
<pic:spPr bwMode="auto">
<a:xfrm>
<a:xfrm>
<a:off x="0" y="0"/>
<a:off x="0" y="0"/>
<a:ext cx="
1905000" cy="1905000
"/>
<a:ext cx="
#{
size
[
0
]
}
" cy="
#{
size
[
1
]
}
"/>
</a:xfrm>
</a:xfrm>
<a:prstGeom prst="rect">
<a:prstGeom prst="rect">
<a:avLst/>
<a:avLst/>
...
@@ -142,7 +142,7 @@ class ImageModule
...
@@ -142,7 +142,7 @@ class ImageModule
<pic:spPr bwMode="auto">
<pic:spPr bwMode="auto">
<a:xfrm>
<a:xfrm>
<a:off x="0" y="0"/>
<a:off x="0" y="0"/>
<a:ext cx="
2060575" cy="1939290
"/>
<a:ext cx="
#{
size
[
0
]
}
" cy="
#{
size
[
1
]
}
"/>
</a:xfrm>
</a:xfrm>
<a:prstGeom prst="rect">
<a:prstGeom prst="rect">
<a:avLst/>
<a:avLst/>
...
...
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