DecodeTrace: Speed up annotation drawing
authorSoeren Apel <soeren@apelpie.net>
Tue, 29 Dec 2015 22:04:59 +0000 (23:04 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 30 Dec 2015 22:14:45 +0000 (23:14 +0100)
The speedup is achieved by combining neighbouring annotations
into a single item to be drawn if their end pixels are less than
2 pixels apart.

This fixes bug #325.


No differences found