Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 283828

Summary: app-text/epdfview 0.1.7-r2 weird zoom factors
Product: Gentoo Linux Reporter: Arseny Solokha <asolokha>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED UPSTREAM    
Severity: major CC: loki_val
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://trac.emma-soft.com/epdfview/ticket/48
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Proposed patch

Description Arseny Solokha 2009-09-06 09:54:37 UTC
Snippets from ticket #48 from upstream:

"the zoom factors when zooming in currently follow the scheme:
100% 120% 144% 173% 207% 249% 299% 358%
Please excuse me if I call these factors "weird"."

"The current scheme does not follow one of the above _and_ falls short of being "intuitive", which is why I took the freedom to call it "weird"."

Proposed patch attached.

Reproducible: Always

Steps to Reproduce:
1. Open any PDF document
2. Try to rescale it using "Zoom in" or "Zoom out" buttons

Actual Results:  
Scaling value are quite uncommon.

Expected Results:  
Scaling values should follow in geometric progression with common ratio 10^0.1, or use some other common and predictable sequence.
Comment 1 Arseny Solokha 2009-09-06 09:55:21 UTC
Created attachment 203255 [details, diff]
Proposed patch

Implement geometric progression with common ratio 10^0.1.
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2009-09-06 13:52:55 UTC
Get this included upstream, then we'll get it when a new version is released.