https://bugs.freedesktop.org/show_bug.cgi?id=62461

--- Comment #1 from ape <[email protected]> ---
This is the LO-4’s bug only. Do it:
 1. Follow steps 1-7 (Description).
 2. Open the file «410.odg/conten.xml» using a text editor.
 3. Change points of images. Write:
<draw:frame draw:style-name="gr1" draw:text-style-name="P1" draw:layer="layout"
svg:width="8cm" svg:height="10.35cm" svg:x="11.5cm" svg:y="2.15cm">
  <draw:image xlink:href="Pictures/100002010000026E00000324983C42CB.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" /> 
- <draw:image xlink:href="Pictures/200000010000545600006D24A7271475.svg"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
  <text:p /> 
  </draw:image>
  </draw:frame>
as:
<draw:frame draw:style-name="gr1" draw:text-style-name="P1" draw:layer="layout"
svg:width="8cm" svg:height="10.35cm" svg:x="11.5cm" svg:y="2.15cm">
  <draw:image xlink:href="Pictures/200000010000545600006D24A7271475.svg"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" /> 
- <draw:image xlink:href=" Pictures/100002010000026E00000324983C42CB.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
  <text:p /> 
  </draw:image>
  </draw:frame>.
 4. Save this file.
 5. Back up the contents of the folder "410" in the ZIP archive.
 6. Rename the archive «410.zip» in «410edit.odg»
 8. Open the file "410edit.odg", using LibreDraw-3.6.5.
 9. Save the file as "410edit-365.odg".
 10. Unzip the file “410edit-365.odg” and make sure that inside there is only a
SVG image.
 11. Read the file "410edit-365.odg/content.xml". This bug is absent:
<draw:frame draw:style-name="gr1" draw:text-style-name="P1" draw:layer="layout"
svg:width="8cm" svg:height="10.35cm" svg:x="11.5cm" svg:y="2.15cm">
  <draw:image xlink:href="Pictures/200000010000545600006D24A7271475.svg"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" /> 
  <text:p /> 
  </draw:image>
  </draw:frame>
The file “410edit-365.odg” is identical to the original file “365.odg”.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to