[Bug 902033] Re: Size 0 dots are large and visible

2016-09-29 Thread madbiologist
Fixed on Ubuntu 16.04 "Xenial Xerus".

evince 3.18.2-1ubuntu4
poppler 0.41.0-0ubuntu1.1
libcairo2 1.14.6-1

** Changed in: poppler (Ubuntu)
   Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/902033

Title:
  Size 0 dots are large and visible

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 902033] Re: Size 0 dots are large and visible

2015-01-12 Thread madbiologist
This should finally be fixed in poppler 0.28.1, which is available in
Ubuntu 15.04 Vivid Vervet as poppler 0.28.1-1ubuntu1.  Can you please
test and report back here?

** Changed in: poppler (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/902033

Title:
  Size 0 dots are large and visible

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 902033] Re: Size 0 dots are large and visible

2014-06-07 Thread madbiologist
This is still occurring on Ubuntu 14.04 Trusty Tahr.

uname: Linux 3.13.0-24-generic i686

evince 3.10.3-0ubuntu10
poppler 0.24.5-2ubuntu4


** Tags added: oneiric trusty

** Changed in: poppler (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/902033

Title:
  Size 0 dots are large and visible

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 902033] Re: Size 0 dots are large and visible

2014-02-21 Thread madbiologist
This should have been fixed in Ubuntu 13.04 Raring Ringtail.  Can you
test in Ubuntu 13.10 Saucy Salamander and confirm?

** Changed in: poppler (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/902033

Title:
  Size 0 dots are large and visible

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 902033] Re: Size 0 dots are large and visible

2012-01-27 Thread Sebastien Bacher
** Changed in: poppler (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/902033

Title:
  Size 0 dots are large and visible

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 902033] Re: Size 0 dots are large and visible

2011-12-09 Thread Marcel Stimberg
Thank you for your bug report. I can confirm this also for epdfview
which suggest it is a problem in the poppler library and not in evince.

I have reported the bug to the developers of the software. You can track
it and make comments at:
https://bugs.freedesktop.org/show_bug.cgi?id=43676

** Bug watch added: freedesktop.org Bugzilla #43676
   https://bugs.freedesktop.org/show_bug.cgi?id=43676

** Package changed: evince (Ubuntu) = poppler (Ubuntu)

** Changed in: poppler (Ubuntu)
   Status: New = Confirmed

** Also affects: poppler via
   https://bugs.freedesktop.org/show_bug.cgi?id=43676
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/902033

Title:
  Size 0 dots are large and visible

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 902033] Re: Size 0 dots are large and visible

2011-12-09 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=43676.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-12-09T21:37:39+00:00 Marcel Stimberg wrote:

This has been reported in the Ubuntu bug tracker by wch:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/902033

It is reproducible on Ubuntu 11.10 with evince 3.2.1-0ubuntu2 and
epdfview 0.1.8-1 (poppler 0.16.7-2ubuntu2)

Ubuntu bug report:
I'm creating some PDF files with dots of 0 size. In evince, they're visible: 
they're pretty large and off-center. In other viewers, such as Mac Preview and 
Adobe Reader on Mac, the dots are not visible.

This code will generate a test file in R. There is a line of 10 dots
going from lower left to upper right that should be visible. There's
another line of 0mm dots going from upper left to lower right, and they
should not be visible.

library(grid)
pdf(dotsizetest.pdf, width=4, height=4)
x - y - 1:10
pushViewport(plotViewport(c(5.1, 4.1, 4.1, 2.1)))
pushViewport(dataViewport(x, y))
grid.rect()
grid.points(x, y)
grid.points(x, 10-y, gp=gpar(fill=black), size=unit(0,mm))
popViewport(2)
dev.off()

EXPECTED RESULT:
One diagonal line of dots

ACTUAL RESULT:
Two crossing diagonal lines of dots.

The PDF can be found here:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/902033/+attachment/2625606/+files/dotsizetest.pdf

Reply at: https://bugs.launchpad.net/poppler/+bug/902033/comments/2


On 2011-12-09T22:10:31+00:00 Albert Astals Cid wrote:

Both the splash and the cairo renderer show the second line, but it is
true that the cairo renderer has much worse results than the splash one
(the second line in splash at least is just 1px wide)

Reply at: https://bugs.launchpad.net/poppler/+bug/902033/comments/4


** Changed in: poppler
   Status: Unknown = Confirmed

** Changed in: poppler
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/902033

Title:
  Size 0 dots are large and visible

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 902033] Re: Size 0 dots are large and visible

2011-12-08 Thread wch
** Attachment added: dotsizetest.pdf
   
https://bugs.launchpad.net/bugs/902033/+attachment/2625606/+files/dotsizetest.pdf

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/902033

Title:
  Size 0 dots are large and visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/902033/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs