The awk script posted above will remove the 'filling' from all circles.
I altered the script so the lines are not removed anymore:

---8<---fixodg2pdf.awk--------
#!/usr/bin/awk -f

# ignore points (pc?) with the lr/ul corner being the same
{if (($1==$4) && ($2==$5) && ($8 != "ef"))
        {next;}
}
{print}
---8<-------------------------

Original post:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/689349/comments/63

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

Title:
  [Upstream] Draw file exported to PDF have erroneous pixel-sized dots
  in Acroread, not in Evince

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/689349/+subscriptions

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

Reply via email to