Comment 92 for bug 689349

Revision history for this message
julius.fingerle@gmail.com (julius-fingerle) wrote :

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