Merge pull request #1992 from Adizbek/develop
Fix image stroke in libreoffice 7.x
This commit is contained in:
commit
31d8b547c8
|
|
@ -579,7 +579,7 @@ class TemplateProcessor
|
|||
|
||||
// define templates
|
||||
// result can be verified via "Open XML SDK 2.5 Productivity Tool" (http://www.microsoft.com/en-us/download/details.aspx?id=30425)
|
||||
$imgTpl = '<w:pict><v:shape type="#_x0000_t75" style="width:{WIDTH};height:{HEIGHT}"><v:imagedata r:id="{RID}" o:title=""/></v:shape></w:pict>';
|
||||
$imgTpl = '<w:pict><v:shape type="#_x0000_t75" style="width:{WIDTH};height:{HEIGHT}" stroked="f"><v:imagedata r:id="{RID}" o:title=""/></v:shape></w:pict>';
|
||||
|
||||
foreach ($searchParts as $partFileName => &$partContent) {
|
||||
$partVariables = $this->getVariablesForPart($partContent);
|
||||
|
|
|
|||
Loading…
Reference in New Issue