<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - [RFC PATCH] Complete support for transition effect durations (they can be fractional)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92040">92040</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[RFC PATCH] Complete support for transition effect durations (they can be fractional)
</td>
</tr>
<tr>
<th>Product</th>
<td>poppler
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Assignee</th>
<td>poppler-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>arseniy@alumni.chalmers.se
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=118344" name="attach_118344" title="The patch in question">attachment 118344</a> <a href="attachment.cgi?id=118344&action=edit" title="The patch in question">[details]</a></span>
The patch in question
According to PDF format reference
(<a href="http://partners.adobe.com/public/developer/en/pdf/PDFReference.pdf">http://partners.adobe.com/public/developer/en/pdf/PDFReference.pdf</a>) and the
behaviour of other software such as Adobe reader, the type of "D" (duration)
property of the transition effect is "number" rather than "integer", which
means it can also be real. Right now, poppler always interprets non-integer
durations as 1 second, so short (< 1s) transitions become impossible, for
example.
I'd like to suggest a patch which fixes that, while preserving binary
compatibility as much as possible (changes to the glib wrapper aren't included
here).
Is this a right way to go, or should I just forget about binary compatibility
(source code compatibility will be preserved anyway)?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>