← Back to team overview

openshot.bugs team mailing list archive

[Bug 1059480] Re: title with alpha channel picture is not savable

 

Your title file is generating an invalid color error. Look at this
section from one of the oval titles:

<rect
       style="opacity:0;fill:#e0e7ff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3160"
       width="1920.0518"
       height="1080.0051"
       x="0.0045855017"
       y="0.0037309208"
       rx="0"
       ry="0" />

Compare your title file - look at the fill value on the first line -
rather than having a color specified, you have a url:

fill:url(#linearGradient3042);

should be something like

fill:#e0e7ff;

<rect
       style="fill:url(#linearGradient3042);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:1"
       id="rect3019"
       width="1278.9192"
       height="118.91916"
       x="-639.45959"
       y="672.90259" />

-- 
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/1059480

Title:
  title with alpha channel picture is not savable

Status in OpenShot Video Editor:
  Won't Fix

Bug description:
  I use openshot 1.4.3 alpha on Ubuntu 11.10. I created a new title (see
  attachments) caontaining an image with transparency. It is displayed
  fine in Inkscape but in the openshot title preview I see a bad
  artifact and I can neither save nor apply a title from this template.

  This behavior seems not to occur when I do not use transparent images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1059480/+subscriptions


References