Fix image border in Word2007 Writer for LibreOffice 7
https://github.com/PHPOffice/PHPWord/pull/2021
This commit is contained in:
parent
8d76b29d17
commit
ff95c7db65
@ -83,6 +83,7 @@ class Image extends AbstractElement
|
|||||||
$xmlWriter->startElement('w:pict');
|
$xmlWriter->startElement('w:pict');
|
||||||
$xmlWriter->startElement('v:shape');
|
$xmlWriter->startElement('v:shape');
|
||||||
$xmlWriter->writeAttribute('type', '#_x0000_t75');
|
$xmlWriter->writeAttribute('type', '#_x0000_t75');
|
||||||
|
$xmlWriter->writeAttribute('stroked', 'f');
|
||||||
|
|
||||||
$styleWriter->write();
|
$styleWriter->write();
|
||||||
|
|
||||||
@ -115,6 +116,7 @@ class Image extends AbstractElement
|
|||||||
$xmlWriter->startElement('w:pict');
|
$xmlWriter->startElement('w:pict');
|
||||||
$xmlWriter->startElement('v:shape');
|
$xmlWriter->startElement('v:shape');
|
||||||
$xmlWriter->writeAttribute('type', '#_x0000_t75');
|
$xmlWriter->writeAttribute('type', '#_x0000_t75');
|
||||||
|
$xmlWriter->writeAttribute('stroked', 'f');
|
||||||
|
|
||||||
$styleWriter->write();
|
$styleWriter->write();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user