Scribus Forums

Scribus => Raster and Vector Graphics => Topic started by: zacl on January 09, 2023, 03:59:26 PM

Title: Bug when Copy-paste inline image - Path modified in SLA
Post by: zacl on January 09, 2023, 03:59:26 PM
Hi, When I copy an inline image in a text frame and paste it in this frame or another, the image disappear for each copy.

In the SLA code I noticed a change that occure each time I paste the inline image :

If think it is a bug. What do you think?

working code of inlane image

<FRAMEOBJECT InID="22317" XPOS="0" YPOS="0" OwnPage="-1" ItemID="220454048" ... PFILE="2023-01-09 14_58_11-.png"...>
   

altered code of inlane image

<FRAMEOBJECT InID="22317" XPOS="0" YPOS="0" OwnPage="-1" ItemID="220624816" ... PFILE="C:/Pictures/autre/2023-01-09 14_58_11-.png" ...>